Shades of Carrot Orange #F99016
Tints of Carrot Orange #F99016
RGB
CMYK
RGB Variations
Color information
#F99016 (or 0xF99016) is known color: Carrot Orange. HEX triplet: F9, 90 and 16. RGB value is (249,144,22). Sum of RGB (Red+Green+Blue) = 249+144+22=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F99016 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99016 is #066FE9. Grayscale: #A2A2A2. Windows color (decimal): -421866 or 1478905. OLE color: 1478905.
HSL color Cylindrical-coordinate representation of color #F99016: hue angle of 32.25º 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 #F99016 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 22 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.02 |
| HSL | 32.25º | 0.95% | 0.53% | - |
| HSV(B) | 32.25º | 0.91% | 0.98% | - |
| XYZ | 49.19 | 40.14 | 5.92 | - |
| YUV | 161.49 | 49.29 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 22 | 0 | 0.42 | 0.91 | 0.02 | 32.25 | 0.95 | 0.53 |
| Hex | F9 | 90 | 16 | 0 | 2A | 5B | 2 | 20 | 5F | 35 |
| Octal | 371 | 220 | 26 | 0 | 52 | 133 | 2 | 40 | 137 | 65 |
| Binary | 11111001 | 10010000 | 10110 | 0 | 101010 | 1011011 | 10 | 100000 | 1011111 | 110101 |
Color Harmonies of #F99016
Complementary color
Monochromatic Colors of #F99016
Black with #F99016
Text Example
Text Example
White with #F99016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99016; }
p { color: rgb(249,144,22); }
H1.HeaderClassName
{
color: #F99016;
}
.AnyTagClassName
{
color: #F99016;
}
</style>
background-color css
<style>
a { background-color: #F99016; }
a { background-color: rgb(249,144,22); }
div.DivClassName
{
background-color: #F99016;
}
.BgClassName
{
background-color: #F99016;
}
</style>
border-color css
<style>
span { border-color: #F99016; }
span { border-color: rgb(249,144,22); }
td.TdClassName
{
border-color: #F99016;
}
.TagClassName
{
border-color: #F99016;
}
</style>