Shades of Carrot Orange #F99616
Tints of Carrot Orange #F99616
RGB
CMYK
RGB Variations
Color information
#F99616 (or 0xF99616) is known color: Carrot Orange. HEX triplet: F9, 96 and 16. RGB value is (249,150,22). Sum of RGB (Red+Green+Blue) = 249+150+22=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F99616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99616 is #0669E9. Grayscale: #A5A5A5. Windows color (decimal): -420330 or 1480441. OLE color: 1480441.
HSL color Cylindrical-coordinate representation of color #F99616: hue angle of 33.83º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F99616 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 22 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.02 |
| HSL | 33.83º | 0.95% | 0.53% | - |
| HSV(B) | 33.83º | 0.91% | 0.98% | - |
| XYZ | 50.12 | 42.01 | 6.23 | - |
| YUV | 165.01 | 47.3 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 22 | 0 | 0.40 | 0.91 | 0.02 | 33.83 | 0.95 | 0.53 |
| Hex | F9 | 96 | 16 | 0 | 28 | 5B | 2 | 22 | 5F | 35 |
| Octal | 371 | 226 | 26 | 0 | 50 | 133 | 2 | 42 | 137 | 65 |
| Binary | 11111001 | 10010110 | 10110 | 0 | 101000 | 1011011 | 10 | 100010 | 1011111 | 110101 |
Color Harmonies of #F99616
Complementary color
Monochromatic Colors of #F99616
Black with #F99616
Text Example
Text Example
White with #F99616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99616; }
p { color: rgb(249,150,22); }
H1.HeaderClassName
{
color: #F99616;
}
.AnyTagClassName
{
color: #F99616;
}
</style>
background-color css
<style>
a { background-color: #F99616; }
a { background-color: rgb(249,150,22); }
div.DivClassName
{
background-color: #F99616;
}
.BgClassName
{
background-color: #F99616;
}
</style>
border-color css
<style>
span { border-color: #F99616; }
span { border-color: rgb(249,150,22); }
td.TdClassName
{
border-color: #F99616;
}
.TagClassName
{
border-color: #F99616;
}
</style>