Html Css Color HEX #FB5E06 Safety Orange

📋 copy color: '#FB5E06'

red 251 ◦ green 94 ◦ blue 6

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

Shades of Safety Orange #FB5E06

Tints of Safety Orange #FB5E06

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.78%

 BLUE value IS 6 (2.73% from 255) = 1.71%

R = 71.51%
G = 26.78%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FB5E06 (or 0xFB5E06) is known color: Safety Orange. HEX triplet: FB, 5E and 06. RGB value is (251,94,6). Sum of RGB (Red+Green+Blue) = 251+94+6=351 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.51% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 6 (2.73% from 255 or 1.71% from 351); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5E06 is #04A1F9. Grayscale: #838383. Windows color (decimal): -303610 or 417531. OLE color: 417531.

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

Color convert

RGB 251 94 6 -
CMYK 0 0.63 0.98 0.02
HSL 21.55º 0.97% 0.5% -
HSV(B) 21.55º 0.98% 0.98% -
XYZ 43.82 28.53 3.37 -
YUV 130.91 57.51 213.66 -
System Red Green Blue C M Y K H S L
Decimal 251 94 6 0 0.63 0.98 0.02 21.55 0.97 0.5
Hex FB 5E 6 0 3F 62 2 16 61 32
Octal 373 136 6 0 77 142 2 26 141 62
Binary 11111011 1011110 110 0 111111 1100010 10 10110 1100001 110010

Color Harmonies of #FB5E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5E06

Black with #FB5E06

Text Example


Text Example

White with #FB5E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5E06; }

 p { color: rgb(251,94,6); }

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

background-color css

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

 a { background-color: rgb(251,94,6); }

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

border-color css

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

 span { border-color: rgb(251,94,6); }

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