Shades of Safety Orange #F8630D
Tints of Safety Orange #F8630D
RGB
CMYK
RGB Variations
Color information
#F8630D (or 0xF8630D) is known color: Safety Orange. HEX triplet: F8, 63 and 0D. RGB value is (248,99,13). Sum of RGB (Red+Green+Blue) = 248+99+13=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F8630D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8630D is #079CF2. Grayscale: #868686. Windows color (decimal): -498931 or 877560. OLE color: 877560.
HSL color Cylindrical-coordinate representation of color #F8630D: hue angle of 21.96º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8630D is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 13 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.03 |
| HSL | 21.96º | 0.94% | 0.51% | - |
| HSV(B) | 21.96º | 0.95% | 0.97% | - |
| XYZ | 43.25 | 28.91 | 3.68 | - |
| YUV | 133.75 | 59.86 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 13 | 0 | 0.60 | 0.95 | 0.03 | 21.96 | 0.94 | 0.51 |
| Hex | F8 | 63 | D | 0 | 3C | 5F | 3 | 16 | 5E | 33 |
| Octal | 370 | 143 | 15 | 0 | 74 | 137 | 3 | 26 | 136 | 63 |
| Binary | 11111000 | 1100011 | 1101 | 0 | 111100 | 1011111 | 11 | 10110 | 1011110 | 110011 |
Color Harmonies of #F8630D
Complementary color
Monochromatic Colors of #F8630D
Black with #F8630D
Text Example
Text Example
White with #F8630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8630D; }
p { color: rgb(248,99,13); }
H1.HeaderClassName
{
color: #F8630D;
}
.AnyTagClassName
{
color: #F8630D;
}
</style>
background-color css
<style>
a { background-color: #F8630D; }
a { background-color: rgb(248,99,13); }
div.DivClassName
{
background-color: #F8630D;
}
.BgClassName
{
background-color: #F8630D;
}
</style>
border-color css
<style>
span { border-color: #F8630D; }
span { border-color: rgb(248,99,13); }
td.TdClassName
{
border-color: #F8630D;
}
.TagClassName
{
border-color: #F8630D;
}
</style>