Shades of Safety Orange #FF5C0B
Tints of Safety Orange #FF5C0B
RGB
CMYK
RGB Variations
Color information
#FF5C0B (or 0xFF5C0B) is known color: Safety Orange. HEX triplet: FF, 5C and 0B. RGB value is (255,92,11). Sum of RGB (Red+Green+Blue) = 255+92+11=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5C0B is #00A3F4. Grayscale: #838383. Windows color (decimal): -41973 or 744703. OLE color: 744703.
HSL color Cylindrical-coordinate representation of color #FF5C0B: hue angle of 19.92º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF5C0B is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 11 | - |
| CMYK | 0 | 0.64 | 0.96 | 0 |
| HSL | 19.92º | 1% | 0.52% | - |
| HSV(B) | 19.92º | 0.96% | 1% | - |
| XYZ | 45.13 | 28.94 | 3.52 | - |
| YUV | 131.5 | 60 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 11 | 0 | 0.64 | 0.96 | 0 | 19.92 | 1 | 0.52 |
| Hex | FF | 5C | B | 0 | 40 | 60 | 0 | 14 | 64 | 34 |
| Octal | 377 | 134 | 13 | 0 | 100 | 140 | 0 | 24 | 144 | 64 |
| Binary | 11111111 | 1011100 | 1011 | 0 | 1000000 | 1100000 | 0 | 10100 | 1100100 | 110100 |
Color Harmonies of #FF5C0B
Complementary color
Monochromatic Colors of #FF5C0B
Black with #FF5C0B
Text Example
Text Example
White with #FF5C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5C0B; }
p { color: rgb(255,92,11); }
H1.HeaderClassName
{
color: #FF5C0B;
}
.AnyTagClassName
{
color: #FF5C0B;
}
</style>
background-color css
<style>
a { background-color: #FF5C0B; }
a { background-color: rgb(255,92,11); }
div.DivClassName
{
background-color: #FF5C0B;
}
.BgClassName
{
background-color: #FF5C0B;
}
</style>
border-color css
<style>
span { border-color: #FF5C0B; }
span { border-color: rgb(255,92,11); }
td.TdClassName
{
border-color: #FF5C0B;
}
.TagClassName
{
border-color: #FF5C0B;
}
</style>