Shades of Safety Orange #F9640C
Tints of Safety Orange #F9640C
RGB
CMYK
RGB Variations
Color information
#F9640C (or 0xF9640C) is known color: Safety Orange. HEX triplet: F9, 64 and 0C. RGB value is (249,100,12). Sum of RGB (Red+Green+Blue) = 249+100+12=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F9640C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9640C is #069BF3. Grayscale: #878787. Windows color (decimal): -433140 or 812281. OLE color: 812281.
HSL color Cylindrical-coordinate representation of color #F9640C: hue angle of 22.28º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9640C is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 100 | 12 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.02 |
| HSL | 22.28º | 0.95% | 0.51% | - |
| HSV(B) | 22.28º | 0.95% | 0.98% | - |
| XYZ | 43.69 | 29.28 | 3.7 | - |
| YUV | 134.52 | 58.86 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 100 | 12 | 0 | 0.60 | 0.95 | 0.02 | 22.28 | 0.95 | 0.51 |
| Hex | F9 | 64 | C | 0 | 3C | 5F | 2 | 16 | 5F | 33 |
| Octal | 371 | 144 | 14 | 0 | 74 | 137 | 2 | 26 | 137 | 63 |
| Binary | 11111001 | 1100100 | 1100 | 0 | 111100 | 1011111 | 10 | 10110 | 1011111 | 110011 |
Color Harmonies of #F9640C
Complementary color
Monochromatic Colors of #F9640C
Black with #F9640C
Text Example
Text Example
White with #F9640C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9640C; }
p { color: rgb(249,100,12); }
H1.HeaderClassName
{
color: #F9640C;
}
.AnyTagClassName
{
color: #F9640C;
}
</style>
background-color css
<style>
a { background-color: #F9640C; }
a { background-color: rgb(249,100,12); }
div.DivClassName
{
background-color: #F9640C;
}
.BgClassName
{
background-color: #F9640C;
}
</style>
border-color css
<style>
span { border-color: #F9640C; }
span { border-color: rgb(249,100,12); }
td.TdClassName
{
border-color: #F9640C;
}
.TagClassName
{
border-color: #F9640C;
}
</style>