Shades of Carrot Orange #F29521
Tints of Carrot Orange #F29521
RGB
CMYK
RGB Variations
Color information
#F29521 (or 0xF29521) is known color: Carrot Orange. HEX triplet: F2, 95 and 21. RGB value is (242,149,33). Sum of RGB (Red+Green+Blue) = 242+149+33=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 33 (13.28% from 255 or 7.78% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F29521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29521 is #0D6ADE. Grayscale: #A4A4A4. Windows color (decimal): -879327 or 2201074. OLE color: 2201074.
HSL color Cylindrical-coordinate representation of color #F29521: hue angle of 33.3º 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 #F29521 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 33 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.05 |
| HSL | 33.3º | 0.89% | 0.54% | - |
| HSV(B) | 33.3º | 0.86% | 0.95% | - |
| XYZ | 47.64 | 40.48 | 6.74 | - |
| YUV | 163.58 | 54.31 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 33 | 0 | 0.38 | 0.86 | 0.05 | 33.3 | 0.89 | 0.54 |
| Hex | F2 | 95 | 21 | 0 | 26 | 56 | 5 | 21 | 59 | 36 |
| Octal | 362 | 225 | 41 | 0 | 46 | 126 | 5 | 41 | 131 | 66 |
| Binary | 11110010 | 10010101 | 100001 | 0 | 100110 | 1010110 | 101 | 100001 | 1011001 | 110110 |
Color Harmonies of #F29521
Complementary color
Monochromatic Colors of #F29521
Black with #F29521
Text Example
Text Example
White with #F29521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29521; }
p { color: rgb(242,149,33); }
H1.HeaderClassName
{
color: #F29521;
}
.AnyTagClassName
{
color: #F29521;
}
</style>
background-color css
<style>
a { background-color: #F29521; }
a { background-color: rgb(242,149,33); }
div.DivClassName
{
background-color: #F29521;
}
.BgClassName
{
background-color: #F29521;
}
</style>
border-color css
<style>
span { border-color: #F29521; }
span { border-color: rgb(242,149,33); }
td.TdClassName
{
border-color: #F29521;
}
.TagClassName
{
border-color: #F29521;
}
</style>