Shades of Safety Orange #FF5C08
Tints of Safety Orange #FF5C08
RGB
CMYK
RGB Variations
Color information
#FF5C08 (or 0xFF5C08) is known color: Safety Orange. HEX triplet: FF, 5C and 08. RGB value is (255,92,8). Sum of RGB (Red+Green+Blue) = 255+92+8=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5C08 is #00A3F7. Grayscale: #838383. Windows color (decimal): -41976 or 548095. OLE color: 548095.
HSL color Cylindrical-coordinate representation of color #FF5C08: hue angle of 20.4º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF5C08 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 8 | - |
| CMYK | 0 | 0.64 | 0.97 | 0 |
| HSL | 20.4º | 1% | 0.52% | - |
| HSV(B) | 20.4º | 0.97% | 1% | - |
| XYZ | 45.11 | 28.93 | 3.44 | - |
| YUV | 131.16 | 58.5 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 8 | 0 | 0.64 | 0.97 | 0 | 20.4 | 1 | 0.52 |
| Hex | FF | 5C | 8 | 0 | 40 | 61 | 0 | 14 | 64 | 34 |
| Octal | 377 | 134 | 10 | 0 | 100 | 141 | 0 | 24 | 144 | 64 |
| Binary | 11111111 | 1011100 | 1000 | 0 | 1000000 | 1100001 | 0 | 10100 | 1100100 | 110100 |
Color Harmonies of #FF5C08
Complementary color
Monochromatic Colors of #FF5C08
Black with #FF5C08
Text Example
Text Example
White with #FF5C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5C08; }
p { color: rgb(255,92,8); }
H1.HeaderClassName
{
color: #FF5C08;
}
.AnyTagClassName
{
color: #FF5C08;
}
</style>
background-color css
<style>
a { background-color: #FF5C08; }
a { background-color: rgb(255,92,8); }
div.DivClassName
{
background-color: #FF5C08;
}
.BgClassName
{
background-color: #FF5C08;
}
</style>
border-color css
<style>
span { border-color: #FF5C08; }
span { border-color: rgb(255,92,8); }
td.TdClassName
{
border-color: #FF5C08;
}
.TagClassName
{
border-color: #FF5C08;
}
</style>