Shades of Safety Orange #F66103
Tints of Safety Orange #F66103
RGB
CMYK
RGB Variations
Color information
#F66103 (or 0xF66103) is known color: Safety Orange. HEX triplet: F6, 61 and 03. RGB value is (246,97,3). Sum of RGB (Red+Green+Blue) = 246+97+3=346 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.10% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 246 - color contains mainly: red. Hex color #F66103 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66103 is #099EFC. Grayscale: #838383. Windows color (decimal): -630525 or 221686. OLE color: 221686.
HSL color Cylindrical-coordinate representation of color #F66103: hue angle of 23.21º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F66103 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 97 | 3 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.04 |
| HSL | 23.21º | 0.98% | 0.49% | - |
| HSV(B) | 23.21º | 0.99% | 0.96% | - |
| XYZ | 42.3 | 28.15 | 3.29 | - |
| YUV | 130.84 | 55.86 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 97 | 3 | 0 | 0.61 | 0.99 | 0.04 | 23.21 | 0.98 | 0.49 |
| Hex | F6 | 61 | 3 | 0 | 3D | 63 | 4 | 17 | 62 | 31 |
| Octal | 366 | 141 | 3 | 0 | 75 | 143 | 4 | 27 | 142 | 61 |
| Binary | 11110110 | 1100001 | 11 | 0 | 111101 | 1100011 | 100 | 10111 | 1100010 | 110001 |
Color Harmonies of #F66103
Complementary color
Monochromatic Colors of #F66103
Black with #F66103
Text Example
Text Example
White with #F66103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66103; }
p { color: rgb(246,97,3); }
H1.HeaderClassName
{
color: #F66103;
}
.AnyTagClassName
{
color: #F66103;
}
</style>
background-color css
<style>
a { background-color: #F66103; }
a { background-color: rgb(246,97,3); }
div.DivClassName
{
background-color: #F66103;
}
.BgClassName
{
background-color: #F66103;
}
</style>
border-color css
<style>
span { border-color: #F66103; }
span { border-color: rgb(246,97,3); }
td.TdClassName
{
border-color: #F66103;
}
.TagClassName
{
border-color: #F66103;
}
</style>