Html Css Color HEX #FB5D16 Safety Orange

📋 copy color: '#FB5D16'

red 251 ◦ green 93 ◦ blue 22

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

Shades of Safety Orange #FB5D16

Tints of Safety Orange #FB5D16

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.41%

 BLUE value IS 22 (8.98% from 255) = 6.01%

R = 68.58%
G = 25.41%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FB5D16 (or 0xFB5D16) is known color: Safety Orange. HEX triplet: FB, 5D and 16. RGB value is (251,93,22). Sum of RGB (Red+Green+Blue) = 251+93+22=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5D16 is #04A2E9. Grayscale: #848484. Windows color (decimal): -303850 or 1465851. OLE color: 1465851.

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

Color convert

RGB 251 93 22 -
CMYK 0 0.63 0.91 0.02
HSL 18.6º 0.97% 0.54% -
HSV(B) 18.6º 0.91% 0.98% -
XYZ 43.84 28.4 3.93 -
YUV 132.15 65.85 212.77 -
System Red Green Blue C M Y K H S L
Decimal 251 93 22 0 0.63 0.91 0.02 18.6 0.97 0.54
Hex FB 5D 16 0 3F 5B 2 13 61 36
Octal 373 135 26 0 77 133 2 23 141 66
Binary 11111011 1011101 10110 0 111111 1011011 10 10011 1100001 110110

Color Harmonies of #FB5D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5D16

Black with #FB5D16

Text Example


Text Example

White with #FB5D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5D16; }

 p { color: rgb(251,93,22); }

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

background-color css

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

 a { background-color: rgb(251,93,22); }

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

border-color css

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

 span { border-color: rgb(251,93,22); }

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