Shades of Carrot Orange #F99020
Tints of Carrot Orange #F99020
RGB
CMYK
RGB Variations
Color information
#F99020 (or 0xF99020) is known color: Carrot Orange. HEX triplet: F9, 90 and 20. RGB value is (249,144,32). Sum of RGB (Red+Green+Blue) = 249+144+32=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 32 (12.89% from 255 or 7.53% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F99020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99020 is #066FDF. Grayscale: #A3A3A3. Windows color (decimal): -421856 or 2134265. OLE color: 2134265.
HSL color Cylindrical-coordinate representation of color #F99020: hue angle of 30.97º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F99020 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 32 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.02 |
| HSL | 30.97º | 0.95% | 0.55% | - |
| HSV(B) | 30.97º | 0.87% | 0.98% | - |
| XYZ | 49.3 | 40.19 | 6.53 | - |
| YUV | 162.63 | 54.29 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 32 | 0 | 0.42 | 0.87 | 0.02 | 30.97 | 0.95 | 0.55 |
| Hex | F9 | 90 | 20 | 0 | 2A | 57 | 2 | 1F | 5F | 37 |
| Octal | 371 | 220 | 40 | 0 | 52 | 127 | 2 | 37 | 137 | 67 |
| Binary | 11111001 | 10010000 | 100000 | 0 | 101010 | 1010111 | 10 | 11111 | 1011111 | 110111 |
Color Harmonies of #F99020
Complementary color
Monochromatic Colors of #F99020
Black with #F99020
Text Example
Text Example
White with #F99020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99020; }
p { color: rgb(249,144,32); }
H1.HeaderClassName
{
color: #F99020;
}
.AnyTagClassName
{
color: #F99020;
}
</style>
background-color css
<style>
a { background-color: #F99020; }
a { background-color: rgb(249,144,32); }
div.DivClassName
{
background-color: #F99020;
}
.BgClassName
{
background-color: #F99020;
}
</style>
border-color css
<style>
span { border-color: #F99020; }
span { border-color: rgb(249,144,32); }
td.TdClassName
{
border-color: #F99020;
}
.TagClassName
{
border-color: #F99020;
}
</style>