Shades of Safety Orange #F8640B
Tints of Safety Orange #F8640B
RGB
CMYK
RGB Variations
Color information
#F8640B (or 0xF8640B) is known color: Safety Orange. HEX triplet: F8, 64 and 0B. RGB value is (248,100,11). Sum of RGB (Red+Green+Blue) = 248+100+11=359 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.08% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 248 - color contains mainly: red. Hex color #F8640B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8640B is #079BF4. Grayscale: #868686. Windows color (decimal): -498677 or 746744. OLE color: 746744.
HSL color Cylindrical-coordinate representation of color #F8640B: hue angle of 22.53º 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 #F8640B is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 100 | 11 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.03 |
| HSL | 22.53º | 0.94% | 0.51% | - |
| HSV(B) | 22.53º | 0.96% | 0.97% | - |
| XYZ | 43.33 | 29.09 | 3.65 | - |
| YUV | 134.11 | 58.53 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 100 | 11 | 0 | 0.60 | 0.96 | 0.03 | 22.53 | 0.94 | 0.51 |
| Hex | F8 | 64 | B | 0 | 3C | 60 | 3 | 17 | 5E | 33 |
| Octal | 370 | 144 | 13 | 0 | 74 | 140 | 3 | 27 | 136 | 63 |
| Binary | 11111000 | 1100100 | 1011 | 0 | 111100 | 1100000 | 11 | 10111 | 1011110 | 110011 |
Color Harmonies of #F8640B
Complementary color
Monochromatic Colors of #F8640B
Black with #F8640B
Text Example
Text Example
White with #F8640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8640B; }
p { color: rgb(248,100,11); }
H1.HeaderClassName
{
color: #F8640B;
}
.AnyTagClassName
{
color: #F8640B;
}
</style>
background-color css
<style>
a { background-color: #F8640B; }
a { background-color: rgb(248,100,11); }
div.DivClassName
{
background-color: #F8640B;
}
.BgClassName
{
background-color: #F8640B;
}
</style>
border-color css
<style>
span { border-color: #F8640B; }
span { border-color: rgb(248,100,11); }
td.TdClassName
{
border-color: #F8640B;
}
.TagClassName
{
border-color: #F8640B;
}
</style>