Shades of Safety Orange #FF6201
Tints of Safety Orange #FF6201
RGB
CMYK
RGB Variations
Color information
#FF6201 (or 0xFF6201) is known color: Safety Orange. HEX triplet: FF, 62 and 01. RGB value is (255,98,1). Sum of RGB (Red+Green+Blue) = 255+98+1=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6201 is #009DFE. Grayscale: #868686. Windows color (decimal): -40447 or 90879. OLE color: 90879.
HSL color Cylindrical-coordinate representation of color #FF6201: hue angle of 22.91º 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 #FF6201 is Cyan = 0, Magento = 0.62, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 1 | - |
| CMYK | 0 | 0.62 | 1.00 | 0 |
| HSL | 22.91º | 1% | 0.5% | - |
| HSV(B) | 22.91º | 1% | 1% | - |
| XYZ | 45.61 | 30 | 3.41 | - |
| YUV | 133.89 | 53.01 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 1 | 0 | 0.62 | 1.00 | 0 | 22.91 | 1 | 0.5 |
| Hex | FF | 62 | 1 | 0 | 3E | 64 | 0 | 17 | 64 | 32 |
| Octal | 377 | 142 | 1 | 0 | 76 | 144 | 0 | 27 | 144 | 62 |
| Binary | 11111111 | 1100010 | 1 | 0 | 111110 | 1100100 | 0 | 10111 | 1100100 | 110010 |
Color Harmonies of #FF6201
Complementary color
Monochromatic Colors of #FF6201
Black with #FF6201
Text Example
Text Example
White with #FF6201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6201; }
p { color: rgb(255,98,1); }
H1.HeaderClassName
{
color: #FF6201;
}
.AnyTagClassName
{
color: #FF6201;
}
</style>
background-color css
<style>
a { background-color: #FF6201; }
a { background-color: rgb(255,98,1); }
div.DivClassName
{
background-color: #FF6201;
}
.BgClassName
{
background-color: #FF6201;
}
</style>
border-color css
<style>
span { border-color: #FF6201; }
span { border-color: rgb(255,98,1); }
td.TdClassName
{
border-color: #FF6201;
}
.TagClassName
{
border-color: #FF6201;
}
</style>