Shades of Safety Orange #FF6206
Tints of Safety Orange #FF6206
RGB
CMYK
RGB Variations
Color information
#FF6206 (or 0xFF6206) is known color: Safety Orange. HEX triplet: FF, 62 and 06. RGB value is (255,98,6). Sum of RGB (Red+Green+Blue) = 255+98+6=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 6 (2.73% from 255 or 1.67% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6206 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6206 is #009DF9. Grayscale: #868686. Windows color (decimal): -40442 or 418559. OLE color: 418559.
HSL color Cylindrical-coordinate representation of color #FF6206: hue angle of 22.17º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF6206 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 6 | - |
| CMYK | 0 | 0.62 | 0.98 | 0 |
| HSL | 22.17º | 1% | 0.51% | - |
| HSV(B) | 22.17º | 0.98% | 1% | - |
| XYZ | 45.64 | 30.01 | 3.56 | - |
| YUV | 134.46 | 55.51 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 6 | 0 | 0.62 | 0.98 | 0 | 22.17 | 1 | 0.51 |
| Hex | FF | 62 | 6 | 0 | 3E | 62 | 0 | 16 | 64 | 33 |
| Octal | 377 | 142 | 6 | 0 | 76 | 142 | 0 | 26 | 144 | 63 |
| Binary | 11111111 | 1100010 | 110 | 0 | 111110 | 1100010 | 0 | 10110 | 1100100 | 110011 |
Color Harmonies of #FF6206
Complementary color
Monochromatic Colors of #FF6206
Black with #FF6206
Text Example
Text Example
White with #FF6206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6206; }
p { color: rgb(255,98,6); }
H1.HeaderClassName
{
color: #FF6206;
}
.AnyTagClassName
{
color: #FF6206;
}
</style>
background-color css
<style>
a { background-color: #FF6206; }
a { background-color: rgb(255,98,6); }
div.DivClassName
{
background-color: #FF6206;
}
.BgClassName
{
background-color: #FF6206;
}
</style>
border-color css
<style>
span { border-color: #FF6206; }
span { border-color: rgb(255,98,6); }
td.TdClassName
{
border-color: #FF6206;
}
.TagClassName
{
border-color: #FF6206;
}
</style>