Shades of Safety Orange #FF5C09
Tints of Safety Orange #FF5C09
RGB
CMYK
RGB Variations
Color information
#FF5C09 (or 0xFF5C09) is known color: Safety Orange. HEX triplet: FF, 5C and 09. RGB value is (255,92,9). Sum of RGB (Red+Green+Blue) = 255+92+9=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 9 (3.91% from 255 or 2.53% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5C09 is #00A3F6. Grayscale: #838383. Windows color (decimal): -41975 or 613631. OLE color: 613631.
HSL color Cylindrical-coordinate representation of color #FF5C09: hue angle of 20.24º 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 #FF5C09 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 9 | - |
| CMYK | 0 | 0.64 | 0.96 | 0 |
| HSL | 20.24º | 1% | 0.52% | - |
| HSV(B) | 20.24º | 0.96% | 1% | - |
| XYZ | 45.12 | 28.93 | 3.47 | - |
| YUV | 131.28 | 59 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 9 | 0 | 0.64 | 0.96 | 0 | 20.24 | 1 | 0.52 |
| Hex | FF | 5C | 9 | 0 | 40 | 60 | 0 | 14 | 64 | 34 |
| Octal | 377 | 134 | 11 | 0 | 100 | 140 | 0 | 24 | 144 | 64 |
| Binary | 11111111 | 1011100 | 1001 | 0 | 1000000 | 1100000 | 0 | 10100 | 1100100 | 110100 |
Color Harmonies of #FF5C09
Complementary color
Monochromatic Colors of #FF5C09
Black with #FF5C09
Text Example
Text Example
White with #FF5C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5C09; }
p { color: rgb(255,92,9); }
H1.HeaderClassName
{
color: #FF5C09;
}
.AnyTagClassName
{
color: #FF5C09;
}
</style>
background-color css
<style>
a { background-color: #FF5C09; }
a { background-color: rgb(255,92,9); }
div.DivClassName
{
background-color: #FF5C09;
}
.BgClassName
{
background-color: #FF5C09;
}
</style>
border-color css
<style>
span { border-color: #FF5C09; }
span { border-color: rgb(255,92,9); }
td.TdClassName
{
border-color: #FF5C09;
}
.TagClassName
{
border-color: #FF5C09;
}
</style>