Shades of Safety Orange #F9630A
Tints of Safety Orange #F9630A
RGB
CMYK
RGB Variations
Color information
#F9630A (or 0xF9630A) is known color: Safety Orange. HEX triplet: F9, 63 and 0A. RGB value is (249,99,10). Sum of RGB (Red+Green+Blue) = 249+99+10=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 10 (4.30% from 255 or 2.79% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F9630A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9630A is #069CF5. Grayscale: #868686. Windows color (decimal): -433398 or 680953. OLE color: 680953.
HSL color Cylindrical-coordinate representation of color #F9630A: hue angle of 22.34º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9630A is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 10 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.02 |
| HSL | 22.34º | 0.95% | 0.51% | - |
| HSV(B) | 22.34º | 0.96% | 0.98% | - |
| XYZ | 43.58 | 29.09 | 3.6 | - |
| YUV | 133.7 | 58.2 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 10 | 0 | 0.60 | 0.96 | 0.02 | 22.34 | 0.95 | 0.51 |
| Hex | F9 | 63 | A | 0 | 3C | 60 | 2 | 16 | 5F | 33 |
| Octal | 371 | 143 | 12 | 0 | 74 | 140 | 2 | 26 | 137 | 63 |
| Binary | 11111001 | 1100011 | 1010 | 0 | 111100 | 1100000 | 10 | 10110 | 1011111 | 110011 |
Color Harmonies of #F9630A
Complementary color
Monochromatic Colors of #F9630A
Black with #F9630A
Text Example
Text Example
White with #F9630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9630A; }
p { color: rgb(249,99,10); }
H1.HeaderClassName
{
color: #F9630A;
}
.AnyTagClassName
{
color: #F9630A;
}
</style>
background-color css
<style>
a { background-color: #F9630A; }
a { background-color: rgb(249,99,10); }
div.DivClassName
{
background-color: #F9630A;
}
.BgClassName
{
background-color: #F9630A;
}
</style>
border-color css
<style>
span { border-color: #F9630A; }
span { border-color: rgb(249,99,10); }
td.TdClassName
{
border-color: #F9630A;
}
.TagClassName
{
border-color: #F9630A;
}
</style>