Html Css Color HEX #FB6012 Safety Orange

📋 copy color: '#FB6012'

red 251 ◦ green 96 ◦ blue 18

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

Shades of Safety Orange #FB6012

Tints of Safety Orange #FB6012

RGB

 RED value IS 251 (98.44% from 255) = 68.77%

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

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

R = 68.77%
G = 26.3%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB6012 (or 0xFB6012) is known color: Safety Orange. HEX triplet: FB, 60 and 12. RGB value is (251,96,18). Sum of RGB (Red+Green+Blue) = 251+96+18=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6012 is #049FED. Grayscale: #858585. Windows color (decimal): -303086 or 1204475. OLE color: 1204475.

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

Color convert

RGB 251 96 18 -
CMYK 0 0.62 0.93 0.02
HSL 20.09º 0.97% 0.53% -
HSV(B) 20.09º 0.93% 0.98% -
XYZ 44.08 28.92 3.83 -
YUV 133.45 62.85 211.84 -
System Red Green Blue C M Y K H S L
Decimal 251 96 18 0 0.62 0.93 0.02 20.09 0.97 0.53
Hex FB 60 12 0 3E 5D 2 14 61 35
Octal 373 140 22 0 76 135 2 24 141 65
Binary 11111011 1100000 10010 0 111110 1011101 10 10100 1100001 110101

Color Harmonies of #FB6012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6012

Black with #FB6012

Text Example


Text Example

White with #FB6012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6012; }

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

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

background-color css

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

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

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

border-color css

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

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

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