Shades of Safety Orange #F9660C
Tints of Safety Orange #F9660C
RGB
CMYK
RGB Variations
Color information
#F9660C (or 0xF9660C) is known color: Safety Orange. HEX triplet: F9, 66 and 0C. RGB value is (249,102,12). Sum of RGB (Red+Green+Blue) = 249+102+12=363 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.60% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 249 - color contains mainly: red. Hex color #F9660C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9660C is #0699F3. Grayscale: #888888. Windows color (decimal): -432628 or 812793. OLE color: 812793.
HSL color Cylindrical-coordinate representation of color #F9660C: hue angle of 22.78º 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 #F9660C is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 12 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.02 |
| HSL | 22.78º | 0.95% | 0.51% | - |
| HSV(B) | 22.78º | 0.95% | 0.98% | - |
| XYZ | 43.88 | 29.67 | 3.76 | - |
| YUV | 135.69 | 58.2 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 12 | 0 | 0.59 | 0.95 | 0.02 | 22.78 | 0.95 | 0.51 |
| Hex | F9 | 66 | C | 0 | 3B | 5F | 2 | 17 | 5F | 33 |
| Octal | 371 | 146 | 14 | 0 | 73 | 137 | 2 | 27 | 137 | 63 |
| Binary | 11111001 | 1100110 | 1100 | 0 | 111011 | 1011111 | 10 | 10111 | 1011111 | 110011 |
Color Harmonies of #F9660C
Complementary color
Monochromatic Colors of #F9660C
Black with #F9660C
Text Example
Text Example
White with #F9660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9660C; }
p { color: rgb(249,102,12); }
H1.HeaderClassName
{
color: #F9660C;
}
.AnyTagClassName
{
color: #F9660C;
}
</style>
background-color css
<style>
a { background-color: #F9660C; }
a { background-color: rgb(249,102,12); }
div.DivClassName
{
background-color: #F9660C;
}
.BgClassName
{
background-color: #F9660C;
}
</style>
border-color css
<style>
span { border-color: #F9660C; }
span { border-color: rgb(249,102,12); }
td.TdClassName
{
border-color: #F9660C;
}
.TagClassName
{
border-color: #F9660C;
}
</style>