Shades of Outrageous Orange #F96334
Tints of Outrageous Orange #F96334
RGB
CMYK
RGB Variations
Color information
#F96334 (or 0xF96334) is known color: Outrageous Orange. HEX triplet: F9, 63 and 34. RGB value is (249,99,52). Sum of RGB (Red+Green+Blue) = 249+99+52=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F96334 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96334 is #069CCB. Grayscale: #8A8A8A. Windows color (decimal): -433356 or 3433465. OLE color: 3433465.
HSL color Cylindrical-coordinate representation of color #F96334: hue angle of 14.31º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F96334 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 52 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.02 |
| HSL | 14.31º | 0.94% | 0.59% | - |
| HSV(B) | 14.31º | 0.79% | 0.98% | - |
| XYZ | 44.15 | 29.31 | 6.58 | - |
| YUV | 138.49 | 79.2 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 52 | 0 | 0.60 | 0.79 | 0.02 | 14.31 | 0.94 | 0.59 |
| Hex | F9 | 63 | 34 | 0 | 3C | 4F | 2 | E | 5E | 3B |
| Octal | 371 | 143 | 64 | 0 | 74 | 117 | 2 | 16 | 136 | 73 |
| Binary | 11111001 | 1100011 | 110100 | 0 | 111100 | 1001111 | 10 | 1110 | 1011110 | 111011 |
Color Harmonies of #F96334
Complementary color
Monochromatic Colors of #F96334
Black with #F96334
Text Example
Text Example
White with #F96334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96334; }
p { color: rgb(249,99,52); }
H1.HeaderClassName
{
color: #F96334;
}
.AnyTagClassName
{
color: #F96334;
}
</style>
background-color css
<style>
a { background-color: #F96334; }
a { background-color: rgb(249,99,52); }
div.DivClassName
{
background-color: #F96334;
}
.BgClassName
{
background-color: #F96334;
}
</style>
border-color css
<style>
span { border-color: #F96334; }
span { border-color: rgb(249,99,52); }
td.TdClassName
{
border-color: #F96334;
}
.TagClassName
{
border-color: #F96334;
}
</style>