Shades of Safety Orange #F8680B
Tints of Safety Orange #F8680B
RGB
CMYK
RGB Variations
Color information
#F8680B (or 0xF8680B) is known color: Safety Orange. HEX triplet: F8, 68 and 0B. RGB value is (248,104,11). Sum of RGB (Red+Green+Blue) = 248+104+11=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F8680B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8680B is #0797F4. Grayscale: #888888. Windows color (decimal): -497653 or 747768. OLE color: 747768.
HSL color Cylindrical-coordinate representation of color #F8680B: hue angle of 23.54º 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 #F8680B is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 104 | 11 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.03 |
| HSL | 23.54º | 0.94% | 0.51% | - |
| HSV(B) | 23.54º | 0.96% | 0.97% | - |
| XYZ | 43.72 | 29.88 | 3.78 | - |
| YUV | 136.45 | 57.21 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 104 | 11 | 0 | 0.58 | 0.96 | 0.03 | 23.54 | 0.94 | 0.51 |
| Hex | F8 | 68 | B | 0 | 3A | 60 | 3 | 18 | 5E | 33 |
| Octal | 370 | 150 | 13 | 0 | 72 | 140 | 3 | 30 | 136 | 63 |
| Binary | 11111000 | 1101000 | 1011 | 0 | 111010 | 1100000 | 11 | 11000 | 1011110 | 110011 |
Color Harmonies of #F8680B
Complementary color
Monochromatic Colors of #F8680B
Black with #F8680B
Text Example
Text Example
White with #F8680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8680B; }
p { color: rgb(248,104,11); }
H1.HeaderClassName
{
color: #F8680B;
}
.AnyTagClassName
{
color: #F8680B;
}
</style>
background-color css
<style>
a { background-color: #F8680B; }
a { background-color: rgb(248,104,11); }
div.DivClassName
{
background-color: #F8680B;
}
.BgClassName
{
background-color: #F8680B;
}
</style>
border-color css
<style>
span { border-color: #F8680B; }
span { border-color: rgb(248,104,11); }
td.TdClassName
{
border-color: #F8680B;
}
.TagClassName
{
border-color: #F8680B;
}
</style>