Shades of Safety Orange #F86C06
Tints of Safety Orange #F86C06
RGB
CMYK
RGB Variations
Color information
#F86C06 (or 0xF86C06) is known color: Safety Orange. HEX triplet: F8, 6C and 06. RGB value is (248,108,6). Sum of RGB (Red+Green+Blue) = 248+108+6=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 6 (2.73% from 255 or 1.66% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86C06 is #0793F9. Grayscale: #8A8A8A. Windows color (decimal): -496634 or 421112. OLE color: 421112.
HSL color Cylindrical-coordinate representation of color #F86C06: hue angle of 25.29º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F86C06 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 6 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.03 |
| HSL | 25.29º | 0.95% | 0.5% | - |
| HSV(B) | 25.29º | 0.98% | 0.97% | - |
| XYZ | 44.11 | 30.69 | 3.77 | - |
| YUV | 138.23 | 53.38 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 6 | 0 | 0.56 | 0.98 | 0.03 | 25.29 | 0.95 | 0.5 |
| Hex | F8 | 6C | 6 | 0 | 38 | 62 | 3 | 19 | 5F | 32 |
| Octal | 370 | 154 | 6 | 0 | 70 | 142 | 3 | 31 | 137 | 62 |
| Binary | 11111000 | 1101100 | 110 | 0 | 111000 | 1100010 | 11 | 11001 | 1011111 | 110010 |
Color Harmonies of #F86C06
Complementary color
Monochromatic Colors of #F86C06
Black with #F86C06
Text Example
Text Example
White with #F86C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86C06; }
p { color: rgb(248,108,6); }
H1.HeaderClassName
{
color: #F86C06;
}
.AnyTagClassName
{
color: #F86C06;
}
</style>
background-color css
<style>
a { background-color: #F86C06; }
a { background-color: rgb(248,108,6); }
div.DivClassName
{
background-color: #F86C06;
}
.BgClassName
{
background-color: #F86C06;
}
</style>
border-color css
<style>
span { border-color: #F86C06; }
span { border-color: rgb(248,108,6); }
td.TdClassName
{
border-color: #F86C06;
}
.TagClassName
{
border-color: #F86C06;
}
</style>