Html Css Color HEX #FB600E Safety Orange

📋 copy color: '#FB600E'

red 251 ◦ green 96 ◦ blue 14

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

Shades of Safety Orange #FB600E

Tints of Safety Orange #FB600E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.88%

R = 69.53%
G = 26.59%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB600E (or 0xFB600E) is known color: Safety Orange. HEX triplet: FB, 60 and 0E. RGB value is (251,96,14). Sum of RGB (Red+Green+Blue) = 251+96+14=361 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.53% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 251 - color contains mainly: red. Hex color #FB600E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB600E is #049FF1. Grayscale: #858585. Windows color (decimal): -303090 or 942331. OLE color: 942331.

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

Color convert

RGB 251 96 14 -
CMYK 0 0.62 0.94 0.02
HSL 20.76º 0.97% 0.52% -
HSV(B) 20.76º 0.94% 0.98% -
XYZ 44.05 28.91 3.67 -
YUV 133 60.85 212.17 -
System Red Green Blue C M Y K H S L
Decimal 251 96 14 0 0.62 0.94 0.02 20.76 0.97 0.52
Hex FB 60 E 0 3E 5E 2 15 61 34
Octal 373 140 16 0 76 136 2 25 141 64
Binary 11111011 1100000 1110 0 111110 1011110 10 10101 1100001 110100

Color Harmonies of #FB600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB600E

Black with #FB600E

Text Example


Text Example

White with #FB600E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB600E; }

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

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

background-color css

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

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

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

border-color css

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

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

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