Shades of Safety Orange #F8680A
Tints of Safety Orange #F8680A
RGB
CMYK
RGB Variations
Color information
#F8680A (or 0xF8680A) is known color: Safety Orange. HEX triplet: F8, 68 and 0A. RGB value is (248,104,10). Sum of RGB (Red+Green+Blue) = 248+104+10=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F8680A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8680A is #0797F5. Grayscale: #888888. Windows color (decimal): -497654 or 682232. OLE color: 682232.
HSL color Cylindrical-coordinate representation of color #F8680A: hue angle of 23.7º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8680A is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 104 | 10 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.03 |
| HSL | 23.7º | 0.94% | 0.51% | - |
| HSV(B) | 23.7º | 0.96% | 0.97% | - |
| XYZ | 43.72 | 29.88 | 3.75 | - |
| YUV | 136.34 | 56.71 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 104 | 10 | 0 | 0.58 | 0.96 | 0.03 | 23.7 | 0.94 | 0.51 |
| Hex | F8 | 68 | A | 0 | 3A | 60 | 3 | 18 | 5E | 33 |
| Octal | 370 | 150 | 12 | 0 | 72 | 140 | 3 | 30 | 136 | 63 |
| Binary | 11111000 | 1101000 | 1010 | 0 | 111010 | 1100000 | 11 | 11000 | 1011110 | 110011 |
Color Harmonies of #F8680A
Complementary color
Monochromatic Colors of #F8680A
Black with #F8680A
Text Example
Text Example
White with #F8680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8680A; }
p { color: rgb(248,104,10); }
H1.HeaderClassName
{
color: #F8680A;
}
.AnyTagClassName
{
color: #F8680A;
}
</style>
background-color css
<style>
a { background-color: #F8680A; }
a { background-color: rgb(248,104,10); }
div.DivClassName
{
background-color: #F8680A;
}
.BgClassName
{
background-color: #F8680A;
}
</style>
border-color css
<style>
span { border-color: #F8680A; }
span { border-color: rgb(248,104,10); }
td.TdClassName
{
border-color: #F8680A;
}
.TagClassName
{
border-color: #F8680A;
}
</style>