Shades of Outrageous Orange #F9693C
Tints of Outrageous Orange #F9693C
RGB
CMYK
RGB Variations
Color information
#F9693C (or 0xF9693C) is known color: Outrageous Orange. HEX triplet: F9, 69 and 3C. RGB value is (249,105,60). Sum of RGB (Red+Green+Blue) = 249+105+60=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F9693C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9693C is #0696C3. Grayscale: #8F8F8F. Windows color (decimal): -431812 or 3959289. OLE color: 3959289.
HSL color Cylindrical-coordinate representation of color #F9693C: hue angle of 14.29º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9693C is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 105 | 60 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.02 |
| HSL | 14.29º | 0.94% | 0.61% | - |
| HSV(B) | 14.29º | 0.76% | 0.98% | - |
| XYZ | 44.93 | 30.57 | 7.81 | - |
| YUV | 142.93 | 81.21 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 105 | 60 | 0 | 0.58 | 0.76 | 0.02 | 14.29 | 0.94 | 0.61 |
| Hex | F9 | 69 | 3C | 0 | 3A | 4C | 2 | E | 5E | 3D |
| Octal | 371 | 151 | 74 | 0 | 72 | 114 | 2 | 16 | 136 | 75 |
| Binary | 11111001 | 1101001 | 111100 | 0 | 111010 | 1001100 | 10 | 1110 | 1011110 | 111101 |
Color Harmonies of #F9693C
Complementary color
Monochromatic Colors of #F9693C
Black with #F9693C
Text Example
Text Example
White with #F9693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9693C; }
p { color: rgb(249,105,60); }
H1.HeaderClassName
{
color: #F9693C;
}
.AnyTagClassName
{
color: #F9693C;
}
</style>
background-color css
<style>
a { background-color: #F9693C; }
a { background-color: rgb(249,105,60); }
div.DivClassName
{
background-color: #F9693C;
}
.BgClassName
{
background-color: #F9693C;
}
</style>
border-color css
<style>
span { border-color: #F9693C; }
span { border-color: rgb(249,105,60); }
td.TdClassName
{
border-color: #F9693C;
}
.TagClassName
{
border-color: #F9693C;
}
</style>