Shades of Safety Orange #FF6113
Tints of Safety Orange #FF6113
RGB
CMYK
RGB Variations
Color information
#FF6113 (or 0xFF6113) is known color: Safety Orange. HEX triplet: FF, 61 and 13. RGB value is (255,97,19). Sum of RGB (Red+Green+Blue) = 255+97+19=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6113 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6113 is #009EEC. Grayscale: #878787. Windows color (decimal): -40685 or 1270271. OLE color: 1270271.
HSL color Cylindrical-coordinate representation of color #FF6113: hue angle of 19.83º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF6113 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 19 | - |
| CMYK | 0 | 0.62 | 0.93 | 0 |
| HSL | 19.83º | 1% | 0.54% | - |
| HSV(B) | 19.83º | 0.93% | 1% | - |
| XYZ | 45.63 | 29.86 | 3.97 | - |
| YUV | 135.35 | 62.35 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 19 | 0 | 0.62 | 0.93 | 0 | 19.83 | 1 | 0.54 |
| Hex | FF | 61 | 13 | 0 | 3E | 5D | 0 | 14 | 64 | 36 |
| Octal | 377 | 141 | 23 | 0 | 76 | 135 | 0 | 24 | 144 | 66 |
| Binary | 11111111 | 1100001 | 10011 | 0 | 111110 | 1011101 | 0 | 10100 | 1100100 | 110110 |
Color Harmonies of #FF6113
Complementary color
Monochromatic Colors of #FF6113
Black with #FF6113
Text Example
Text Example
White with #FF6113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6113; }
p { color: rgb(255,97,19); }
H1.HeaderClassName
{
color: #FF6113;
}
.AnyTagClassName
{
color: #FF6113;
}
</style>
background-color css
<style>
a { background-color: #FF6113; }
a { background-color: rgb(255,97,19); }
div.DivClassName
{
background-color: #FF6113;
}
.BgClassName
{
background-color: #FF6113;
}
</style>
border-color css
<style>
span { border-color: #FF6113; }
span { border-color: rgb(255,97,19); }
td.TdClassName
{
border-color: #FF6113;
}
.TagClassName
{
border-color: #FF6113;
}
</style>