Shades of Safety Orange #FB6404
Tints of Safety Orange #FB6404
RGB
CMYK
RGB Variations
Color information
#FB6404 (or 0xFB6404) is known color: Safety Orange. HEX triplet: FB, 64 and 04. RGB value is (251,100,4). Sum of RGB (Red+Green+Blue) = 251+100+4=355 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.70% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 4 (1.95% from 255 or 1.13% from 355); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6404 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6404 is #049BFB. Grayscale: #868686. Windows color (decimal): -302076 or 287995. OLE color: 287995.
HSL color Cylindrical-coordinate representation of color #FB6404: hue angle of 23.32º 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 #FB6404 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 4 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.02 |
| HSL | 23.32º | 0.97% | 0.5% | - |
| HSV(B) | 23.32º | 0.98% | 0.98% | - |
| XYZ | 44.36 | 29.63 | 3.5 | - |
| YUV | 134.21 | 54.53 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 4 | 0 | 0.60 | 0.98 | 0.02 | 23.32 | 0.97 | 0.5 |
| Hex | FB | 64 | 4 | 0 | 3C | 62 | 2 | 17 | 61 | 32 |
| Octal | 373 | 144 | 4 | 0 | 74 | 142 | 2 | 27 | 141 | 62 |
| Binary | 11111011 | 1100100 | 100 | 0 | 111100 | 1100010 | 10 | 10111 | 1100001 | 110010 |
Color Harmonies of #FB6404
Complementary color
Monochromatic Colors of #FB6404
Black with #FB6404
Text Example
Text Example
White with #FB6404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6404; }
p { color: rgb(251,100,4); }
H1.HeaderClassName
{
color: #FB6404;
}
.AnyTagClassName
{
color: #FB6404;
}
</style>
background-color css
<style>
a { background-color: #FB6404; }
a { background-color: rgb(251,100,4); }
div.DivClassName
{
background-color: #FB6404;
}
.BgClassName
{
background-color: #FB6404;
}
</style>
border-color css
<style>
span { border-color: #FB6404; }
span { border-color: rgb(251,100,4); }
td.TdClassName
{
border-color: #FB6404;
}
.TagClassName
{
border-color: #FB6404;
}
</style>