Shades of Carrot Orange #F2971A
Tints of Carrot Orange #F2971A
RGB
CMYK
RGB Variations
Color information
#F2971A (or 0xF2971A) is known color: Carrot Orange. HEX triplet: F2, 97 and 1A. RGB value is (242,151,26). Sum of RGB (Red+Green+Blue) = 242+151+26=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 26 (10.55% from 255 or 6.21% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F2971A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2971A is #0D68E5. Grayscale: #A4A4A4. Windows color (decimal): -878822 or 1742834. OLE color: 1742834.
HSL color Cylindrical-coordinate representation of color #F2971A: hue angle of 34.72º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2971A is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 151 | 26 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.05 |
| HSL | 34.72º | 0.89% | 0.53% | - |
| HSV(B) | 34.72º | 0.89% | 0.95% | - |
| XYZ | 47.87 | 41.09 | 6.38 | - |
| YUV | 163.96 | 50.15 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 151 | 26 | 0 | 0.38 | 0.89 | 0.05 | 34.72 | 0.89 | 0.53 |
| Hex | F2 | 97 | 1A | 0 | 26 | 59 | 5 | 23 | 59 | 35 |
| Octal | 362 | 227 | 32 | 0 | 46 | 131 | 5 | 43 | 131 | 65 |
| Binary | 11110010 | 10010111 | 11010 | 0 | 100110 | 1011001 | 101 | 100011 | 1011001 | 110101 |
Color Harmonies of #F2971A
Complementary color
Monochromatic Colors of #F2971A
Black with #F2971A
Text Example
Text Example
White with #F2971A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2971A; }
p { color: rgb(242,151,26); }
H1.HeaderClassName
{
color: #F2971A;
}
.AnyTagClassName
{
color: #F2971A;
}
</style>
background-color css
<style>
a { background-color: #F2971A; }
a { background-color: rgb(242,151,26); }
div.DivClassName
{
background-color: #F2971A;
}
.BgClassName
{
background-color: #F2971A;
}
</style>
border-color css
<style>
span { border-color: #F2971A; }
span { border-color: rgb(242,151,26); }
td.TdClassName
{
border-color: #F2971A;
}
.TagClassName
{
border-color: #F2971A;
}
</style>