Shades of Safety Orange #F9680C
Tints of Safety Orange #F9680C
RGB
CMYK
RGB Variations
Color information
#F9680C (or 0xF9680C) is known color: Safety Orange. HEX triplet: F9, 68 and 0C. RGB value is (249,104,12). Sum of RGB (Red+Green+Blue) = 249+104+12=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F9680C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9680C is #0697F3. Grayscale: #898989. Windows color (decimal): -432116 or 813305. OLE color: 813305.
HSL color Cylindrical-coordinate representation of color #F9680C: hue angle of 23.29º 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 #F9680C is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 12 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.02 |
| HSL | 23.29º | 0.95% | 0.51% | - |
| HSV(B) | 23.29º | 0.95% | 0.98% | - |
| XYZ | 44.08 | 30.07 | 3.83 | - |
| YUV | 136.87 | 57.54 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 12 | 0 | 0.58 | 0.95 | 0.02 | 23.29 | 0.95 | 0.51 |
| Hex | F9 | 68 | C | 0 | 3A | 5F | 2 | 17 | 5F | 33 |
| Octal | 371 | 150 | 14 | 0 | 72 | 137 | 2 | 27 | 137 | 63 |
| Binary | 11111001 | 1101000 | 1100 | 0 | 111010 | 1011111 | 10 | 10111 | 1011111 | 110011 |
Color Harmonies of #F9680C
Complementary color
Monochromatic Colors of #F9680C
Black with #F9680C
Text Example
Text Example
White with #F9680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9680C; }
p { color: rgb(249,104,12); }
H1.HeaderClassName
{
color: #F9680C;
}
.AnyTagClassName
{
color: #F9680C;
}
</style>
background-color css
<style>
a { background-color: #F9680C; }
a { background-color: rgb(249,104,12); }
div.DivClassName
{
background-color: #F9680C;
}
.BgClassName
{
background-color: #F9680C;
}
</style>
border-color css
<style>
span { border-color: #F9680C; }
span { border-color: rgb(249,104,12); }
td.TdClassName
{
border-color: #F9680C;
}
.TagClassName
{
border-color: #F9680C;
}
</style>