Shades of Safety Orange #F66D0B
Tints of Safety Orange #F66D0B
RGB
CMYK
RGB Variations
Color information
#F66D0B (or 0xF66D0B) is known color: Safety Orange. HEX triplet: F6, 6D and 0B. RGB value is (246,109,11). Sum of RGB (Red+Green+Blue) = 246+109+11=366 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.21% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 246 - color contains mainly: red. Hex color #F66D0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66D0B is #0992F4. Grayscale: #8B8B8B. Windows color (decimal): -627445 or 749046. OLE color: 749046.
HSL color Cylindrical-coordinate representation of color #F66D0B: hue angle of 25.02º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F66D0B is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 109 | 11 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.04 |
| HSL | 25.02º | 0.93% | 0.5% | - |
| HSV(B) | 25.02º | 0.96% | 0.96% | - |
| XYZ | 43.54 | 30.55 | 3.92 | - |
| YUV | 138.79 | 55.89 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 109 | 11 | 0 | 0.56 | 0.96 | 0.04 | 25.02 | 0.93 | 0.5 |
| Hex | F6 | 6D | B | 0 | 38 | 60 | 4 | 19 | 5D | 32 |
| Octal | 366 | 155 | 13 | 0 | 70 | 140 | 4 | 31 | 135 | 62 |
| Binary | 11110110 | 1101101 | 1011 | 0 | 111000 | 1100000 | 100 | 11001 | 1011101 | 110010 |
Color Harmonies of #F66D0B
Complementary color
Monochromatic Colors of #F66D0B
Black with #F66D0B
Text Example
Text Example
White with #F66D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66D0B; }
p { color: rgb(246,109,11); }
H1.HeaderClassName
{
color: #F66D0B;
}
.AnyTagClassName
{
color: #F66D0B;
}
</style>
background-color css
<style>
a { background-color: #F66D0B; }
a { background-color: rgb(246,109,11); }
div.DivClassName
{
background-color: #F66D0B;
}
.BgClassName
{
background-color: #F66D0B;
}
</style>
border-color css
<style>
span { border-color: #F66D0B; }
span { border-color: rgb(246,109,11); }
td.TdClassName
{
border-color: #F66D0B;
}
.TagClassName
{
border-color: #F66D0B;
}
</style>