Shades of Carrot Orange #F2901D
Tints of Carrot Orange #F2901D
RGB
CMYK
RGB Variations
Color information
#F2901D (or 0xF2901D) is known color: Carrot Orange. HEX triplet: F2, 90 and 1D. RGB value is (242,144,29). Sum of RGB (Red+Green+Blue) = 242+144+29=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F2901D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2901D is #0D6FE2. Grayscale: #A0A0A0. Windows color (decimal): -880611 or 1937650. OLE color: 1937650.
HSL color Cylindrical-coordinate representation of color #F2901D: hue angle of 32.39º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2901D is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 29 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.05 |
| HSL | 32.39º | 0.89% | 0.53% | - |
| HSV(B) | 32.39º | 0.88% | 0.95% | - |
| XYZ | 46.81 | 38.91 | 6.21 | - |
| YUV | 160.19 | 53.97 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 29 | 0 | 0.40 | 0.88 | 0.05 | 32.39 | 0.89 | 0.53 |
| Hex | F2 | 90 | 1D | 0 | 28 | 58 | 5 | 20 | 59 | 35 |
| Octal | 362 | 220 | 35 | 0 | 50 | 130 | 5 | 40 | 131 | 65 |
| Binary | 11110010 | 10010000 | 11101 | 0 | 101000 | 1011000 | 101 | 100000 | 1011001 | 110101 |
Color Harmonies of #F2901D
Complementary color
Monochromatic Colors of #F2901D
Black with #F2901D
Text Example
Text Example
White with #F2901D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2901D; }
p { color: rgb(242,144,29); }
H1.HeaderClassName
{
color: #F2901D;
}
.AnyTagClassName
{
color: #F2901D;
}
</style>
background-color css
<style>
a { background-color: #F2901D; }
a { background-color: rgb(242,144,29); }
div.DivClassName
{
background-color: #F2901D;
}
.BgClassName
{
background-color: #F2901D;
}
</style>
border-color css
<style>
span { border-color: #F2901D; }
span { border-color: rgb(242,144,29); }
td.TdClassName
{
border-color: #F2901D;
}
.TagClassName
{
border-color: #F2901D;
}
</style>