Html Css Color HEX #FD7008 Safety Orange

📋 copy color: '#FD7008'

red 253 ◦ green 112 ◦ blue 8

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

Shades of Safety Orange #FD7008

Tints of Safety Orange #FD7008

RGB

 RED value IS 253 (99.22% from 255) = 67.83%

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

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

R = 67.83%
G = 30.03%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FD7008 (or 0xFD7008) is known color: Safety Orange. HEX triplet: FD, 70 and 08. RGB value is (253,112,8). Sum of RGB (Red+Green+Blue) = 253+112+8=373 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.83% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7008 is #028FF7. Grayscale: #8E8E8E. Windows color (decimal): -167928 or 553213. OLE color: 553213.

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

Color convert

RGB 253 112 8 -
CMYK 0 0.56 0.97 0.01
HSL 25.47º 0.98% 0.51% -
HSV(B) 25.47º 0.97% 0.99% -
XYZ 46.35 32.49 4.06 -
YUV 142.3 52.21 206.96 -
System Red Green Blue C M Y K H S L
Decimal 253 112 8 0 0.56 0.97 0.01 25.47 0.98 0.51
Hex FD 70 8 0 38 61 1 19 62 33
Octal 375 160 10 0 70 141 1 31 142 63
Binary 11111101 1110000 1000 0 111000 1100001 1 11001 1100010 110011

Color Harmonies of #FD7008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7008

Black with #FD7008

Text Example


Text Example

White with #FD7008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7008; }

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

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

background-color css

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

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

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

border-color css

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

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

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