Shades of Safety Orange #F66101
Tints of Safety Orange #F66101
RGB
CMYK
RGB Variations
Color information
#F66101 (or 0xF66101) is known color: Safety Orange. HEX triplet: F6, 61 and 01. RGB value is (246,97,1). Sum of RGB (Red+Green+Blue) = 246+97+1=344 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.51% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 246 - color contains mainly: red. Hex color #F66101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66101 is #099EFE. Grayscale: #838383. Windows color (decimal): -630527 or 90614. OLE color: 90614.
HSL color Cylindrical-coordinate representation of color #F66101: hue angle of 23.51º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F66101 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 97 | 1 | - |
| CMYK | 0 | 0.61 | 1.00 | 0.04 |
| HSL | 23.51º | 0.99% | 0.48% | - |
| HSV(B) | 23.51º | 1% | 0.96% | - |
| XYZ | 42.29 | 28.14 | 3.23 | - |
| YUV | 130.61 | 54.86 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 97 | 1 | 0 | 0.61 | 1.00 | 0.04 | 23.51 | 0.99 | 0.48 |
| Hex | F6 | 61 | 1 | 0 | 3D | 64 | 4 | 18 | 63 | 30 |
| Octal | 366 | 141 | 1 | 0 | 75 | 144 | 4 | 30 | 143 | 60 |
| Binary | 11110110 | 1100001 | 1 | 0 | 111101 | 1100100 | 100 | 11000 | 1100011 | 110000 |
Color Harmonies of #F66101
Complementary color
Monochromatic Colors of #F66101
Black with #F66101
Text Example
Text Example
White with #F66101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66101; }
p { color: rgb(246,97,1); }
H1.HeaderClassName
{
color: #F66101;
}
.AnyTagClassName
{
color: #F66101;
}
</style>
background-color css
<style>
a { background-color: #F66101; }
a { background-color: rgb(246,97,1); }
div.DivClassName
{
background-color: #F66101;
}
.BgClassName
{
background-color: #F66101;
}
</style>
border-color css
<style>
span { border-color: #F66101; }
span { border-color: rgb(246,97,1); }
td.TdClassName
{
border-color: #F66101;
}
.TagClassName
{
border-color: #F66101;
}
</style>