Shades of Safety Orange #FB6605
Tints of Safety Orange #FB6605
RGB
CMYK
RGB Variations
Color information
#FB6605 (or 0xFB6605) is known color: Safety Orange. HEX triplet: FB, 66 and 05. RGB value is (251,102,5). Sum of RGB (Red+Green+Blue) = 251+102+5=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6605 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6605 is #0499FA. Grayscale: #888888. Windows color (decimal): -301563 or 354043. OLE color: 354043.
HSL color Cylindrical-coordinate representation of color #FB6605: hue angle of 23.66º 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 #FB6605 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 5 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.02 |
| HSL | 23.66º | 0.97% | 0.5% | - |
| HSV(B) | 23.66º | 0.98% | 0.98% | - |
| XYZ | 44.56 | 30.02 | 3.59 | - |
| YUV | 135.49 | 54.36 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 5 | 0 | 0.59 | 0.98 | 0.02 | 23.66 | 0.97 | 0.5 |
| Hex | FB | 66 | 5 | 0 | 3B | 62 | 2 | 18 | 61 | 32 |
| Octal | 373 | 146 | 5 | 0 | 73 | 142 | 2 | 30 | 141 | 62 |
| Binary | 11111011 | 1100110 | 101 | 0 | 111011 | 1100010 | 10 | 11000 | 1100001 | 110010 |
Color Harmonies of #FB6605
Complementary color
Monochromatic Colors of #FB6605
Black with #FB6605
Text Example
Text Example
White with #FB6605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6605; }
p { color: rgb(251,102,5); }
H1.HeaderClassName
{
color: #FB6605;
}
.AnyTagClassName
{
color: #FB6605;
}
</style>
background-color css
<style>
a { background-color: #FB6605; }
a { background-color: rgb(251,102,5); }
div.DivClassName
{
background-color: #FB6605;
}
.BgClassName
{
background-color: #FB6605;
}
</style>
border-color css
<style>
span { border-color: #FB6605; }
span { border-color: rgb(251,102,5); }
td.TdClassName
{
border-color: #FB6605;
}
.TagClassName
{
border-color: #FB6605;
}
</style>