Shades of Safety Orange #FF5C15
Tints of Safety Orange #FF5C15
RGB
CMYK
RGB Variations
Color information
#FF5C15 (or 0xFF5C15) is known color: Safety Orange. HEX triplet: FF, 5C and 15. RGB value is (255,92,21). Sum of RGB (Red+Green+Blue) = 255+92+21=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5C15 is #00A3EA. Grayscale: #858585. Windows color (decimal): -41963 or 1400063. OLE color: 1400063.
HSL color Cylindrical-coordinate representation of color #FF5C15: hue angle of 18.21º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF5C15 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 21 | - |
| CMYK | 0 | 0.64 | 0.92 | 0 |
| HSL | 18.21º | 1% | 0.54% | - |
| HSV(B) | 18.21º | 0.92% | 1% | - |
| XYZ | 45.2 | 28.97 | 3.92 | - |
| YUV | 132.64 | 65 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 21 | 0 | 0.64 | 0.92 | 0 | 18.21 | 1 | 0.54 |
| Hex | FF | 5C | 15 | 0 | 40 | 5C | 0 | 12 | 64 | 36 |
| Octal | 377 | 134 | 25 | 0 | 100 | 134 | 0 | 22 | 144 | 66 |
| Binary | 11111111 | 1011100 | 10101 | 0 | 1000000 | 1011100 | 0 | 10010 | 1100100 | 110110 |
Color Harmonies of #FF5C15
Complementary color
Monochromatic Colors of #FF5C15
Black with #FF5C15
Text Example
Text Example
White with #FF5C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5C15; }
p { color: rgb(255,92,21); }
H1.HeaderClassName
{
color: #FF5C15;
}
.AnyTagClassName
{
color: #FF5C15;
}
</style>
background-color css
<style>
a { background-color: #FF5C15; }
a { background-color: rgb(255,92,21); }
div.DivClassName
{
background-color: #FF5C15;
}
.BgClassName
{
background-color: #FF5C15;
}
</style>
border-color css
<style>
span { border-color: #FF5C15; }
span { border-color: rgb(255,92,21); }
td.TdClassName
{
border-color: #FF5C15;
}
.TagClassName
{
border-color: #FF5C15;
}
</style>