Shades of Safety Orange #FF6211
Tints of Safety Orange #FF6211
RGB
CMYK
RGB Variations
Color information
#FF6211 (or 0xFF6211) is known color: Safety Orange. HEX triplet: FF, 62 and 11. RGB value is (255,98,17). Sum of RGB (Red+Green+Blue) = 255+98+17=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6211 is #009DEE. Grayscale: #888888. Windows color (decimal): -40431 or 1139455. OLE color: 1139455.
HSL color Cylindrical-coordinate representation of color #FF6211: hue angle of 20.42º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF6211 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 17 | - |
| CMYK | 0 | 0.62 | 0.93 | 0 |
| HSL | 20.42º | 1% | 0.53% | - |
| HSV(B) | 20.42º | 0.93% | 1% | - |
| XYZ | 45.71 | 30.04 | 3.92 | - |
| YUV | 135.71 | 61.01 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 17 | 0 | 0.62 | 0.93 | 0 | 20.42 | 1 | 0.53 |
| Hex | FF | 62 | 11 | 0 | 3E | 5D | 0 | 14 | 64 | 35 |
| Octal | 377 | 142 | 21 | 0 | 76 | 135 | 0 | 24 | 144 | 65 |
| Binary | 11111111 | 1100010 | 10001 | 0 | 111110 | 1011101 | 0 | 10100 | 1100100 | 110101 |
Color Harmonies of #FF6211
Complementary color
Monochromatic Colors of #FF6211
Black with #FF6211
Text Example
Text Example
White with #FF6211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6211; }
p { color: rgb(255,98,17); }
H1.HeaderClassName
{
color: #FF6211;
}
.AnyTagClassName
{
color: #FF6211;
}
</style>
background-color css
<style>
a { background-color: #FF6211; }
a { background-color: rgb(255,98,17); }
div.DivClassName
{
background-color: #FF6211;
}
.BgClassName
{
background-color: #FF6211;
}
</style>
border-color css
<style>
span { border-color: #FF6211; }
span { border-color: rgb(255,98,17); }
td.TdClassName
{
border-color: #FF6211;
}
.TagClassName
{
border-color: #FF6211;
}
</style>