Shades of Carrot Orange #F29821
Tints of Carrot Orange #F29821
RGB
CMYK
RGB Variations
Color information
#F29821 (or 0xF29821) is known color: Carrot Orange. HEX triplet: F2, 98 and 21. RGB value is (242,152,33). Sum of RGB (Red+Green+Blue) = 242+152+33=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 33 (13.28% from 255 or 7.73% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F29821 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29821 is #0D67DE. Grayscale: #A5A5A5. Windows color (decimal): -878559 or 2201842. OLE color: 2201842.
HSL color Cylindrical-coordinate representation of color #F29821: hue angle of 34.16º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F29821 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 33 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.05 |
| HSL | 34.16º | 0.89% | 0.54% | - |
| HSV(B) | 34.16º | 0.86% | 0.95% | - |
| XYZ | 48.12 | 41.44 | 6.9 | - |
| YUV | 165.34 | 53.32 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 33 | 0 | 0.37 | 0.86 | 0.05 | 34.16 | 0.89 | 0.54 |
| Hex | F2 | 98 | 21 | 0 | 25 | 56 | 5 | 22 | 59 | 36 |
| Octal | 362 | 230 | 41 | 0 | 45 | 126 | 5 | 42 | 131 | 66 |
| Binary | 11110010 | 10011000 | 100001 | 0 | 100101 | 1010110 | 101 | 100010 | 1011001 | 110110 |
Color Harmonies of #F29821
Complementary color
Monochromatic Colors of #F29821
Black with #F29821
Text Example
Text Example
White with #F29821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29821; }
p { color: rgb(242,152,33); }
H1.HeaderClassName
{
color: #F29821;
}
.AnyTagClassName
{
color: #F29821;
}
</style>
background-color css
<style>
a { background-color: #F29821; }
a { background-color: rgb(242,152,33); }
div.DivClassName
{
background-color: #F29821;
}
.BgClassName
{
background-color: #F29821;
}
</style>
border-color css
<style>
span { border-color: #F29821; }
span { border-color: rgb(242,152,33); }
td.TdClassName
{
border-color: #F29821;
}
.TagClassName
{
border-color: #F29821;
}
</style>