Shades of Safety Orange #FF5C01
Tints of Safety Orange #FF5C01
RGB
CMYK
RGB Variations
Color information
#FF5C01 (or 0xFF5C01) is known color: Safety Orange. HEX triplet: FF, 5C and 01. RGB value is (255,92,1). Sum of RGB (Red+Green+Blue) = 255+92+1=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5C01 is #00A3FE. Grayscale: #828282. Windows color (decimal): -41983 or 89343. OLE color: 89343.
HSL color Cylindrical-coordinate representation of color #FF5C01: hue angle of 21.5º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF5C01 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 1 | - |
| CMYK | 0 | 0.64 | 1.00 | 0 |
| HSL | 21.5º | 1% | 0.5% | - |
| HSV(B) | 21.5º | 1% | 1% | - |
| XYZ | 45.07 | 28.92 | 3.23 | - |
| YUV | 130.36 | 55 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 1 | 0 | 0.64 | 1.00 | 0 | 21.5 | 1 | 0.5 |
| Hex | FF | 5C | 1 | 0 | 40 | 64 | 0 | 15 | 64 | 32 |
| Octal | 377 | 134 | 1 | 0 | 100 | 144 | 0 | 25 | 144 | 62 |
| Binary | 11111111 | 1011100 | 1 | 0 | 1000000 | 1100100 | 0 | 10101 | 1100100 | 110010 |
Color Harmonies of #FF5C01
Complementary color
Monochromatic Colors of #FF5C01
Black with #FF5C01
Text Example
Text Example
White with #FF5C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5C01; }
p { color: rgb(255,92,1); }
H1.HeaderClassName
{
color: #FF5C01;
}
.AnyTagClassName
{
color: #FF5C01;
}
</style>
background-color css
<style>
a { background-color: #FF5C01; }
a { background-color: rgb(255,92,1); }
div.DivClassName
{
background-color: #FF5C01;
}
.BgClassName
{
background-color: #FF5C01;
}
</style>
border-color css
<style>
span { border-color: #FF5C01; }
span { border-color: rgb(255,92,1); }
td.TdClassName
{
border-color: #FF5C01;
}
.TagClassName
{
border-color: #FF5C01;
}
</style>