Shades of Safety Orange #F9640A
Tints of Safety Orange #F9640A
RGB
CMYK
RGB Variations
Color information
#F9640A (or 0xF9640A) is known color: Safety Orange. HEX triplet: F9, 64 and 0A. RGB value is (249,100,10). Sum of RGB (Red+Green+Blue) = 249+100+10=359 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.36% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 10 (4.30% from 255 or 2.79% from 359); Max value from RGB is 249 - color contains mainly: red. Hex color #F9640A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9640A is #069BF5. Grayscale: #868686. Windows color (decimal): -433142 or 681209. OLE color: 681209.
HSL color Cylindrical-coordinate representation of color #F9640A: hue angle of 22.59º 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 #F9640A is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 100 | 10 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.02 |
| HSL | 22.59º | 0.95% | 0.51% | - |
| HSV(B) | 22.59º | 0.96% | 0.98% | - |
| XYZ | 43.68 | 29.28 | 3.64 | - |
| YUV | 134.29 | 57.86 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 100 | 10 | 0 | 0.60 | 0.96 | 0.02 | 22.59 | 0.95 | 0.51 |
| Hex | F9 | 64 | A | 0 | 3C | 60 | 2 | 17 | 5F | 33 |
| Octal | 371 | 144 | 12 | 0 | 74 | 140 | 2 | 27 | 137 | 63 |
| Binary | 11111001 | 1100100 | 1010 | 0 | 111100 | 1100000 | 10 | 10111 | 1011111 | 110011 |
Color Harmonies of #F9640A
Complementary color
Monochromatic Colors of #F9640A
Black with #F9640A
Text Example
Text Example
White with #F9640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9640A; }
p { color: rgb(249,100,10); }
H1.HeaderClassName
{
color: #F9640A;
}
.AnyTagClassName
{
color: #F9640A;
}
</style>
background-color css
<style>
a { background-color: #F9640A; }
a { background-color: rgb(249,100,10); }
div.DivClassName
{
background-color: #F9640A;
}
.BgClassName
{
background-color: #F9640A;
}
</style>
border-color css
<style>
span { border-color: #F9640A; }
span { border-color: rgb(249,100,10); }
td.TdClassName
{
border-color: #F9640A;
}
.TagClassName
{
border-color: #F9640A;
}
</style>