Shades of Safety Orange #F8680F
Tints of Safety Orange #F8680F
RGB
CMYK
RGB Variations
Color information
#F8680F (or 0xF8680F) is known color: Safety Orange. HEX triplet: F8, 68 and 0F. RGB value is (248,104,15). Sum of RGB (Red+Green+Blue) = 248+104+15=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F8680F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8680F is #0797F0. Grayscale: #898989. Windows color (decimal): -497649 or 1009912. OLE color: 1009912.
HSL color Cylindrical-coordinate representation of color #F8680F: hue angle of 22.92º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8680F is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 104 | 15 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.03 |
| HSL | 22.92º | 0.94% | 0.52% | - |
| HSV(B) | 22.92º | 0.94% | 0.97% | - |
| XYZ | 43.75 | 29.89 | 3.92 | - |
| YUV | 136.91 | 59.21 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 104 | 15 | 0 | 0.58 | 0.94 | 0.03 | 22.92 | 0.94 | 0.52 |
| Hex | F8 | 68 | F | 0 | 3A | 5E | 3 | 17 | 5E | 34 |
| Octal | 370 | 150 | 17 | 0 | 72 | 136 | 3 | 27 | 136 | 64 |
| Binary | 11111000 | 1101000 | 1111 | 0 | 111010 | 1011110 | 11 | 10111 | 1011110 | 110100 |
Color Harmonies of #F8680F
Complementary color
Monochromatic Colors of #F8680F
Black with #F8680F
Text Example
Text Example
White with #F8680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8680F; }
p { color: rgb(248,104,15); }
H1.HeaderClassName
{
color: #F8680F;
}
.AnyTagClassName
{
color: #F8680F;
}
</style>
background-color css
<style>
a { background-color: #F8680F; }
a { background-color: rgb(248,104,15); }
div.DivClassName
{
background-color: #F8680F;
}
.BgClassName
{
background-color: #F8680F;
}
</style>
border-color css
<style>
span { border-color: #F8680F; }
span { border-color: rgb(248,104,15); }
td.TdClassName
{
border-color: #F8680F;
}
.TagClassName
{
border-color: #F8680F;
}
</style>