Shades of Carrot Orange #F2942B
Tints of Carrot Orange #F2942B
RGB
CMYK
RGB Variations
Color information
#F2942B (or 0xF2942B) is known color: Carrot Orange. HEX triplet: F2, 94 and 2B. RGB value is (242,148,43). Sum of RGB (Red+Green+Blue) = 242+148+43=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 43 (17.19% from 255 or 9.93% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F2942B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2942B is #0D6BD4. Grayscale: #A4A4A4. Windows color (decimal): -879573 or 2856178. OLE color: 2856178.
HSL color Cylindrical-coordinate representation of color #F2942B: hue angle of 31.66º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2942B is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 43 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.05 |
| HSL | 31.66º | 0.88% | 0.56% | - |
| HSV(B) | 31.66º | 0.82% | 0.95% | - |
| XYZ | 47.64 | 40.23 | 7.54 | - |
| YUV | 164.14 | 59.64 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 43 | 0 | 0.39 | 0.82 | 0.05 | 31.66 | 0.88 | 0.56 |
| Hex | F2 | 94 | 2B | 0 | 27 | 52 | 5 | 20 | 58 | 38 |
| Octal | 362 | 224 | 53 | 0 | 47 | 122 | 5 | 40 | 130 | 70 |
| Binary | 11110010 | 10010100 | 101011 | 0 | 100111 | 1010010 | 101 | 100000 | 1011000 | 111000 |
Color Harmonies of #F2942B
Complementary color
Monochromatic Colors of #F2942B
Black with #F2942B
Text Example
Text Example
White with #F2942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2942B; }
p { color: rgb(242,148,43); }
H1.HeaderClassName
{
color: #F2942B;
}
.AnyTagClassName
{
color: #F2942B;
}
</style>
background-color css
<style>
a { background-color: #F2942B; }
a { background-color: rgb(242,148,43); }
div.DivClassName
{
background-color: #F2942B;
}
.BgClassName
{
background-color: #F2942B;
}
</style>
border-color css
<style>
span { border-color: #F2942B; }
span { border-color: rgb(242,148,43); }
td.TdClassName
{
border-color: #F2942B;
}
.TagClassName
{
border-color: #F2942B;
}
</style>