Html Css Color HEX #FF7008 Safety Orange

📋 copy color: '#FF7008'

red 255 ◦ green 112 ◦ blue 8

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

Shades of Safety Orange #FF7008

Tints of Safety Orange #FF7008

RGB

 RED value IS 255 (100% from 255) = 68%

 GREEN value IS 112 (44.14% from 255) = 29.87%

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

R = 68%
G = 29.87%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF7008 (or 0xFF7008) is known color: Safety Orange. HEX triplet: FF, 70 and 08. RGB value is (255,112,8). Sum of RGB (Red+Green+Blue) = 255+112+8=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7008 is #008FF7. Grayscale: #8F8F8F. Windows color (decimal): -36856 or 553215. OLE color: 553215.

HSL color Cylindrical-coordinate representation of color #FF7008: hue angle of 25.26º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF7008 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.

Color convert

RGB 255 112 8 -
CMYK 0 0.56 0.97 0
HSL 25.26º 1% 0.52% -
HSV(B) 25.26º 0.97% 1% -
XYZ 47.08 32.87 4.09 -
YUV 142.9 51.88 207.96 -
System Red Green Blue C M Y K H S L
Decimal 255 112 8 0 0.56 0.97 0 25.26 1 0.52
Hex FF 70 8 0 38 61 0 19 64 34
Octal 377 160 10 0 70 141 0 31 144 64
Binary 11111111 1110000 1000 0 111000 1100001 0 11001 1100100 110100

Color Harmonies of #FF7008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7008

Black with #FF7008

Text Example


Text Example

White with #FF7008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7008; }

 p { color: rgb(255,112,8); }

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

background-color css

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

 a { background-color: rgb(255,112,8); }

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

border-color css

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

 span { border-color: rgb(255,112,8); }

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