Shades of Safety Orange #FF6112
Tints of Safety Orange #FF6112
RGB
CMYK
RGB Variations
Color information
#FF6112 (or 0xFF6112) is known color: Safety Orange. HEX triplet: FF, 61 and 12. RGB value is (255,97,18). Sum of RGB (Red+Green+Blue) = 255+97+18=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6112 is #009EED. Grayscale: #878787. Windows color (decimal): -40686 or 1204735. OLE color: 1204735.
HSL color Cylindrical-coordinate representation of color #FF6112: hue angle of 20º 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 #FF6112 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 18 | - |
| CMYK | 0 | 0.62 | 0.93 | 0 |
| HSL | 20º | 1% | 0.54% | - |
| HSV(B) | 20º | 0.93% | 1% | - |
| XYZ | 45.62 | 29.85 | 3.93 | - |
| YUV | 135.24 | 61.85 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 18 | 0 | 0.62 | 0.93 | 0 | 20 | 1 | 0.54 |
| Hex | FF | 61 | 12 | 0 | 3E | 5D | 0 | 14 | 64 | 36 |
| Octal | 377 | 141 | 22 | 0 | 76 | 135 | 0 | 24 | 144 | 66 |
| Binary | 11111111 | 1100001 | 10010 | 0 | 111110 | 1011101 | 0 | 10100 | 1100100 | 110110 |
Color Harmonies of #FF6112
Complementary color
Monochromatic Colors of #FF6112
Black with #FF6112
Text Example
Text Example
White with #FF6112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6112; }
p { color: rgb(255,97,18); }
H1.HeaderClassName
{
color: #FF6112;
}
.AnyTagClassName
{
color: #FF6112;
}
</style>
background-color css
<style>
a { background-color: #FF6112; }
a { background-color: rgb(255,97,18); }
div.DivClassName
{
background-color: #FF6112;
}
.BgClassName
{
background-color: #FF6112;
}
</style>
border-color css
<style>
span { border-color: #FF6112; }
span { border-color: rgb(255,97,18); }
td.TdClassName
{
border-color: #FF6112;
}
.TagClassName
{
border-color: #FF6112;
}
</style>