Html Css Color HEX #F26408 Safety Orange

📋 copy color: '#F26408'

red 242 ◦ green 100 ◦ blue 8

#F26408
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Safety Orange #F26408

Tints of Safety Orange #F26408

RGB

 RED value IS 242 (94.92% from 255) = 69.14%

 GREEN value IS 100 (39.45% from 255) = 28.57%

 BLUE value IS 8 (3.52% from 255) = 2.29%

R = 69.14%
G = 28.57%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F26408 (or 0xF26408) is known color: Safety Orange. HEX triplet: F2, 64 and 08. RGB value is (242,100,8). Sum of RGB (Red+Green+Blue) = 242+100+8=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F26408 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26408 is #0D9BF7. Grayscale: #848484. Windows color (decimal): -891896 or 550130. OLE color: 550130.

HSL color Cylindrical-coordinate representation of color #F26408: hue angle of 23.59º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F26408 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 100 8 -
CMYK 0 0.59 0.97 0.05
HSL 23.59º 0.94% 0.49% -
HSV(B) 23.59º 0.97% 0.95% -
XYZ 41.22 28.01 3.46 -
YUV 131.97 58.04 206.48 -
System Red Green Blue C M Y K H S L
Decimal 242 100 8 0 0.59 0.97 0.05 23.59 0.94 0.49
Hex F2 64 8 0 3B 61 5 18 5E 31
Octal 362 144 10 0 73 141 5 30 136 61
Binary 11110010 1100100 1000 0 111011 1100001 101 11000 1011110 110001

Color Harmonies of #F26408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26408

Black with #F26408

Text Example


Text Example

White with #F26408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26408; }

 p { color: rgb(242,100,8); }

 H1.HeaderClassName
 {
   color: #F26408;
 }
 .AnyTagClassName
 {
   color: #F26408;
 }
</style>

background-color css

<style>
 a { background-color: #F26408; }

 a { background-color: rgb(242,100,8); }

 div.DivClassName
 {
   background-color: #F26408;
 }
 .BgClassName
 {
   background-color: #F26408;
 }
</style>

border-color css

<style>
 span { border-color: #F26408; }

 span { border-color: rgb(242,100,8); }

 td.TdClassName
 {
   border-color: #F26408;
 }
 .TagClassName
 {
   border-color: #F26408;
 }
</style>