Html Css Color HEX #FD6012 Safety Orange

📋 copy color: '#FD6012'

red 253 ◦ green 96 ◦ blue 18

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

Shades of Safety Orange #FD6012

Tints of Safety Orange #FD6012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.16%

 BLUE value IS 18 (7.42% from 255) = 4.9%

R = 68.94%
G = 26.16%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD6012 (or 0xFD6012) is known color: Safety Orange. HEX triplet: FD, 60 and 12. RGB value is (253,96,18). Sum of RGB (Red+Green+Blue) = 253+96+18=367 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.94% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6012 is #029FED. Grayscale: #868686. Windows color (decimal): -172014 or 1204477. OLE color: 1204477.

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

Color convert

RGB 253 96 18 -
CMYK 0 0.62 0.93 0.01
HSL 19.91º 0.98% 0.53% -
HSV(B) 19.91º 0.93% 0.99% -
XYZ 44.8 29.29 3.86 -
YUV 134.05 62.51 212.84 -
System Red Green Blue C M Y K H S L
Decimal 253 96 18 0 0.62 0.93 0.01 19.91 0.98 0.53
Hex FD 60 12 0 3E 5D 1 14 62 35
Octal 375 140 22 0 76 135 1 24 142 65
Binary 11111101 1100000 10010 0 111110 1011101 1 10100 1100010 110101

Color Harmonies of #FD6012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6012

Black with #FD6012

Text Example


Text Example

White with #FD6012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6012; }

 p { color: rgb(253,96,18); }

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

background-color css

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

 a { background-color: rgb(253,96,18); }

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

border-color css

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

 span { border-color: rgb(253,96,18); }

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