Shades of Carrot Orange #F99320
Tints of Carrot Orange #F99320
RGB
CMYK
RGB Variations
Color information
#F99320 (or 0xF99320) is known color: Carrot Orange. HEX triplet: F9, 93 and 20. RGB value is (249,147,32). Sum of RGB (Red+Green+Blue) = 249+147+32=428 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.18% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 32 (12.89% from 255 or 7.48% from 428); Max value from RGB is 249 - color contains mainly: red. Hex color #F99320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99320 is #066CDF. Grayscale: #A4A4A4. Windows color (decimal): -421088 or 2135033. OLE color: 2135033.
HSL color Cylindrical-coordinate representation of color #F99320: hue angle of 31.8º 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 #F99320 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 32 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.02 |
| HSL | 31.8º | 0.95% | 0.55% | - |
| HSV(B) | 31.8º | 0.87% | 0.98% | - |
| XYZ | 49.76 | 41.11 | 6.68 | - |
| YUV | 164.39 | 53.29 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 32 | 0 | 0.41 | 0.87 | 0.02 | 31.8 | 0.95 | 0.55 |
| Hex | F9 | 93 | 20 | 0 | 29 | 57 | 2 | 20 | 5F | 37 |
| Octal | 371 | 223 | 40 | 0 | 51 | 127 | 2 | 40 | 137 | 67 |
| Binary | 11111001 | 10010011 | 100000 | 0 | 101001 | 1010111 | 10 | 100000 | 1011111 | 110111 |
Color Harmonies of #F99320
Complementary color
Monochromatic Colors of #F99320
Black with #F99320
Text Example
Text Example
White with #F99320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99320; }
p { color: rgb(249,147,32); }
H1.HeaderClassName
{
color: #F99320;
}
.AnyTagClassName
{
color: #F99320;
}
</style>
background-color css
<style>
a { background-color: #F99320; }
a { background-color: rgb(249,147,32); }
div.DivClassName
{
background-color: #F99320;
}
.BgClassName
{
background-color: #F99320;
}
</style>
border-color css
<style>
span { border-color: #F99320; }
span { border-color: rgb(249,147,32); }
td.TdClassName
{
border-color: #F99320;
}
.TagClassName
{
border-color: #F99320;
}
</style>