Shades of Carrot Orange #F2971E
Tints of Carrot Orange #F2971E
RGB
CMYK
RGB Variations
Color information
#F2971E (or 0xF2971E) is known color: Carrot Orange. HEX triplet: F2, 97 and 1E. RGB value is (242,151,30). Sum of RGB (Red+Green+Blue) = 242+151+30=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 30 (12.11% from 255 or 7.09% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F2971E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2971E is #0D68E1. Grayscale: #A4A4A4. Windows color (decimal): -878818 or 2004978. OLE color: 2004978.
HSL color Cylindrical-coordinate representation of color #F2971E: hue angle of 34.25º 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 #F2971E is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 151 | 30 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.05 |
| HSL | 34.25º | 0.89% | 0.53% | - |
| HSV(B) | 34.25º | 0.88% | 0.95% | - |
| XYZ | 47.92 | 41.1 | 6.64 | - |
| YUV | 164.42 | 52.15 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 151 | 30 | 0 | 0.38 | 0.88 | 0.05 | 34.25 | 0.89 | 0.53 |
| Hex | F2 | 97 | 1E | 0 | 26 | 58 | 5 | 22 | 59 | 35 |
| Octal | 362 | 227 | 36 | 0 | 46 | 130 | 5 | 42 | 131 | 65 |
| Binary | 11110010 | 10010111 | 11110 | 0 | 100110 | 1011000 | 101 | 100010 | 1011001 | 110101 |
Color Harmonies of #F2971E
Complementary color
Monochromatic Colors of #F2971E
Black with #F2971E
Text Example
Text Example
White with #F2971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2971E; }
p { color: rgb(242,151,30); }
H1.HeaderClassName
{
color: #F2971E;
}
.AnyTagClassName
{
color: #F2971E;
}
</style>
background-color css
<style>
a { background-color: #F2971E; }
a { background-color: rgb(242,151,30); }
div.DivClassName
{
background-color: #F2971E;
}
.BgClassName
{
background-color: #F2971E;
}
</style>
border-color css
<style>
span { border-color: #F2971E; }
span { border-color: rgb(242,151,30); }
td.TdClassName
{
border-color: #F2971E;
}
.TagClassName
{
border-color: #F2971E;
}
</style>