Shades of Safety Orange #FF6200
Tints of Safety Orange #FF6200
RGB
CMYK
RGB Variations
Color information
#FF6200 (or 0xFF6200) is known color: Safety Orange. HEX triplet: FF, 62 and 00. RGB value is (255,98,0). Sum of RGB (Red+Green+Blue) = 255+98+0=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6200 is #009DFF. Grayscale: #868686. Windows color (decimal): -40448 or 25343. OLE color: 25343.
HSL color Cylindrical-coordinate representation of color #FF6200: hue angle of 23.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF6200 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0 |
| HSL | 23.06º | 1% | 0.5% | - |
| HSV(B) | 23.06º | 1% | 1% | - |
| XYZ | 45.61 | 30 | 3.39 | - |
| YUV | 133.77 | 52.51 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 0 | 0 | 0.62 | 1 | 0 | 23.06 | 1 | 0.5 |
| Hex | FF | 62 | 0 | 0 | 3E | 64 | 0 | 17 | 64 | 32 |
| Octal | 377 | 142 | 0 | 0 | 76 | 144 | 0 | 27 | 144 | 62 |
| Binary | 11111111 | 1100010 | 0 | 0 | 111110 | 1100100 | 0 | 10111 | 1100100 | 110010 |
Color Harmonies of #FF6200
Complementary color
Monochromatic Colors of #FF6200
Black with #FF6200
Text Example
Text Example
White with #FF6200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6200; }
p { color: rgb(255,98,0); }
H1.HeaderClassName
{
color: #FF6200;
}
.AnyTagClassName
{
color: #FF6200;
}
</style>
background-color css
<style>
a { background-color: #FF6200; }
a { background-color: rgb(255,98,0); }
div.DivClassName
{
background-color: #FF6200;
}
.BgClassName
{
background-color: #FF6200;
}
</style>
border-color css
<style>
span { border-color: #FF6200; }
span { border-color: rgb(255,98,0); }
td.TdClassName
{
border-color: #FF6200;
}
.TagClassName
{
border-color: #FF6200;
}
</style>