Color Hex Logo

#f6230b Color Hex

#F6230B
(246,35,11)
0 Favorites   0 Comments

Color spaces of #f6230b

RGB 2463511
HSL0.020.930.50
HSV96°96°
CMYK 0.000.860.96   0.04
XYZ38.667520.81912.2971
Yxy20.81910.62590.3370
Hunter Lab45.628071.421328.9547
CIE-Lab52.750974.146463.2728

#f6230b color RGB value is (246,35,11).

#f6230b hex color red value is 246, green value is 35 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #f6230b hue: 0.02 , saturation: 0.93 and the lightness value of f6230b is 0.50.

The process color (four color CMYK) of #f6230b color hex is 0.00, 0.86, 0.96, 0.04. Web safe color of #f6230b is #ff3300. Color #f6230b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100011 00001011
Octal 366 43 13
Decimal 246 35 11
Hex F6 23 B

RGB Percentages of Color #f6230b

%84.25
%11.99
%3.77

CMYK Percentages of Color #f6230b

%0
%86
%96
%4

Triadic Colors of #f6230b

#f6230b #0bf623 #230bf6

Analogous Colors of #f6230b

#f6230b #f6990b #f60b69

Monochromatic Colors of #f6230b

#f6230b

Complementary Color

#f6230b #0bdef6

#f6230b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6230b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6230b Color CSS Codes

.mybgcolor {background-color:#f6230b; } 
.myforecolor {color:#f6230b; }
.mybordercolor {border:3px solid #f6230b; }

#f6230b Text Font Color

<p style="color:#f6230b">Text here</p>

This sample text font color is #f6230b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f6230b Background Color

<div style="background-color:#f6230b">
Div content here</div>

This div background color is #f6230b


#f6230b Border Color

<div style="border:3px solid #f6230b">
Div here</div>

This div border color is #f6230b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,35,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f6230b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f6230b;
  -webkit-box-shadow: 1px 1px 3px 2px #f6230b;
  box-shadow:         1px 1px 3px 2px #f6230b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,35,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f6230b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f6230b;
  -webkit-box-shadow: 1px 1px 3px 2px #f6230b;
  box-shadow:         1px 1px 3px 2px #f6230b;">
Div content here</div>

This div box has shadow with color #f6230b

#f6230b Color Palettes


Comments

No comments written yet.

Please login to write comment.