Shades of Safety Orange #F9680A
Tints of Safety Orange #F9680A
RGB
CMYK
RGB Variations
Color information
#F9680A (or 0xF9680A) is known color: Safety Orange. HEX triplet: F9, 68 and 0A. RGB value is (249,104,10). Sum of RGB (Red+Green+Blue) = 249+104+10=363 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.60% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 249 - color contains mainly: red. Hex color #F9680A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9680A is #0697F5. Grayscale: #898989. Windows color (decimal): -432118 or 682233. OLE color: 682233.
HSL color Cylindrical-coordinate representation of color #F9680A: hue angle of 23.6º 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 #F9680A is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 10 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.02 |
| HSL | 23.6º | 0.95% | 0.51% | - |
| HSV(B) | 23.6º | 0.96% | 0.98% | - |
| XYZ | 44.07 | 30.06 | 3.77 | - |
| YUV | 136.64 | 56.54 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 10 | 0 | 0.58 | 0.96 | 0.02 | 23.6 | 0.95 | 0.51 |
| Hex | F9 | 68 | A | 0 | 3A | 60 | 2 | 18 | 5F | 33 |
| Octal | 371 | 150 | 12 | 0 | 72 | 140 | 2 | 30 | 137 | 63 |
| Binary | 11111001 | 1101000 | 1010 | 0 | 111010 | 1100000 | 10 | 11000 | 1011111 | 110011 |
Color Harmonies of #F9680A
Complementary color
Monochromatic Colors of #F9680A
Black with #F9680A
Text Example
Text Example
White with #F9680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9680A; }
p { color: rgb(249,104,10); }
H1.HeaderClassName
{
color: #F9680A;
}
.AnyTagClassName
{
color: #F9680A;
}
</style>
background-color css
<style>
a { background-color: #F9680A; }
a { background-color: rgb(249,104,10); }
div.DivClassName
{
background-color: #F9680A;
}
.BgClassName
{
background-color: #F9680A;
}
</style>
border-color css
<style>
span { border-color: #F9680A; }
span { border-color: rgb(249,104,10); }
td.TdClassName
{
border-color: #F9680A;
}
.TagClassName
{
border-color: #F9680A;
}
</style>