Shades of Safety Orange #FF5C0F
Tints of Safety Orange #FF5C0F
RGB
CMYK
RGB Variations
Color information
#FF5C0F (or 0xFF5C0F) is known color: Safety Orange. HEX triplet: FF, 5C and 0F. RGB value is (255,92,15). Sum of RGB (Red+Green+Blue) = 255+92+15=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5C0F is #00A3F0. Grayscale: #848484. Windows color (decimal): -41969 or 1006847. OLE color: 1006847.
HSL color Cylindrical-coordinate representation of color #FF5C0F: hue angle of 19.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF5C0F is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 15 | - |
| CMYK | 0 | 0.64 | 0.94 | 0 |
| HSL | 19.25º | 1% | 0.53% | - |
| HSV(B) | 19.25º | 0.94% | 1% | - |
| XYZ | 45.15 | 28.95 | 3.66 | - |
| YUV | 131.96 | 62 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 15 | 0 | 0.64 | 0.94 | 0 | 19.25 | 1 | 0.53 |
| Hex | FF | 5C | F | 0 | 40 | 5E | 0 | 13 | 64 | 35 |
| Octal | 377 | 134 | 17 | 0 | 100 | 136 | 0 | 23 | 144 | 65 |
| Binary | 11111111 | 1011100 | 1111 | 0 | 1000000 | 1011110 | 0 | 10011 | 1100100 | 110101 |
Color Harmonies of #FF5C0F
Complementary color
Monochromatic Colors of #FF5C0F
Black with #FF5C0F
Text Example
Text Example
White with #FF5C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5C0F; }
p { color: rgb(255,92,15); }
H1.HeaderClassName
{
color: #FF5C0F;
}
.AnyTagClassName
{
color: #FF5C0F;
}
</style>
background-color css
<style>
a { background-color: #FF5C0F; }
a { background-color: rgb(255,92,15); }
div.DivClassName
{
background-color: #FF5C0F;
}
.BgClassName
{
background-color: #FF5C0F;
}
</style>
border-color css
<style>
span { border-color: #FF5C0F; }
span { border-color: rgb(255,92,15); }
td.TdClassName
{
border-color: #FF5C0F;
}
.TagClassName
{
border-color: #FF5C0F;
}
</style>