Html Css Color HEX #FB5D08 Safety Orange

📋 copy color: '#FB5D08'

red 251 ◦ green 93 ◦ blue 8

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

Shades of Safety Orange #FB5D08

Tints of Safety Orange #FB5D08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.27%

R = 71.31%
G = 26.42%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FB5D08 (or 0xFB5D08) is known color: Safety Orange. HEX triplet: FB, 5D and 08. RGB value is (251,93,8). Sum of RGB (Red+Green+Blue) = 251+93+8=352 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.31% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5D08 is #04A2F7. Grayscale: #838383. Windows color (decimal): -303864 or 548347. OLE color: 548347.

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

Color convert

RGB 251 93 8 -
CMYK 0 0.63 0.97 0.02
HSL 20.99º 0.97% 0.51% -
HSV(B) 20.99º 0.97% 0.98% -
XYZ 43.74 28.36 3.4 -
YUV 130.55 58.85 213.91 -
System Red Green Blue C M Y K H S L
Decimal 251 93 8 0 0.63 0.97 0.02 20.99 0.97 0.51
Hex FB 5D 8 0 3F 61 2 15 61 33
Octal 373 135 10 0 77 141 2 25 141 63
Binary 11111011 1011101 1000 0 111111 1100001 10 10101 1100001 110011

Color Harmonies of #FB5D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5D08

Black with #FB5D08

Text Example


Text Example

White with #FB5D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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