Html Css Color HEX #FB6005 Safety Orange

📋 copy color: '#FB6005'

red 251 ◦ green 96 ◦ blue 5

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

Shades of Safety Orange #FB6005

Tints of Safety Orange #FB6005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.42%

R = 71.31%
G = 27.27%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FB6005 (or 0xFB6005) is known color: Safety Orange. HEX triplet: FB, 60 and 05. RGB value is (251,96,5). Sum of RGB (Red+Green+Blue) = 251+96+5=352 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.31% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6005 is #049FFA. Grayscale: #848484. Windows color (decimal): -303099 or 352507. OLE color: 352507.

HSL color Cylindrical-coordinate representation of color #FB6005: hue angle of 22.2º 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 #FB6005 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 96 5 -
CMYK 0 0.62 0.98 0.02
HSL 22.2º 0.97% 0.5% -
HSV(B) 22.2º 0.98% 0.98% -
XYZ 43.99 28.89 3.4 -
YUV 131.97 56.35 212.9 -
System Red Green Blue C M Y K H S L
Decimal 251 96 5 0 0.62 0.98 0.02 22.2 0.97 0.5
Hex FB 60 5 0 3E 62 2 16 61 32
Octal 373 140 5 0 76 142 2 26 141 62
Binary 11111011 1100000 101 0 111110 1100010 10 10110 1100001 110010

Color Harmonies of #FB6005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6005

Black with #FB6005

Text Example


Text Example

White with #FB6005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6005; }

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

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

background-color css

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

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

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

border-color css

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

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

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