Html Css Color HEX #FB6014 Safety Orange

📋 copy color: '#FB6014'

red 251 ◦ green 96 ◦ blue 20

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

Shades of Safety Orange #FB6014

Tints of Safety Orange #FB6014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.45%

R = 68.39%
G = 26.16%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB6014 (or 0xFB6014) is known color: Safety Orange. HEX triplet: FB, 60 and 14. RGB value is (251,96,20). Sum of RGB (Red+Green+Blue) = 251+96+20=367 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.39% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6014 is #049FEB. Grayscale: #868686. Windows color (decimal): -303084 or 1335547. OLE color: 1335547.

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

Color convert

RGB 251 96 20 -
CMYK 0 0.62 0.92 0.02
HSL 19.74º 0.97% 0.53% -
HSV(B) 19.74º 0.92% 0.98% -
XYZ 44.09 28.93 3.92 -
YUV 133.68 63.85 211.68 -
System Red Green Blue C M Y K H S L
Decimal 251 96 20 0 0.62 0.92 0.02 19.74 0.97 0.53
Hex FB 60 14 0 3E 5C 2 14 61 35
Octal 373 140 24 0 76 134 2 24 141 65
Binary 11111011 1100000 10100 0 111110 1011100 10 10100 1100001 110101

Color Harmonies of #FB6014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6014

Black with #FB6014

Text Example


Text Example

White with #FB6014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6014; }

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

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

background-color css

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

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

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

border-color css

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

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

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