Shades of Carrot Orange #F2942A
Tints of Carrot Orange #F2942A
RGB
CMYK
RGB Variations
Color information
#F2942A (or 0xF2942A) is known color: Carrot Orange. HEX triplet: F2, 94 and 2A. RGB value is (242,148,42). Sum of RGB (Red+Green+Blue) = 242+148+42=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 42 (16.80% from 255 or 9.72% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F2942A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2942A is #0D6BD5. Grayscale: #A4A4A4. Windows color (decimal): -879574 or 2790642. OLE color: 2790642.
HSL color Cylindrical-coordinate representation of color #F2942A: hue angle of 31.8º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2942A is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 42 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.05 |
| HSL | 31.8º | 0.88% | 0.56% | - |
| HSV(B) | 31.8º | 0.83% | 0.95% | - |
| XYZ | 47.63 | 40.22 | 7.44 | - |
| YUV | 164.02 | 59.14 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 42 | 0 | 0.39 | 0.83 | 0.05 | 31.8 | 0.88 | 0.56 |
| Hex | F2 | 94 | 2A | 0 | 27 | 53 | 5 | 20 | 58 | 38 |
| Octal | 362 | 224 | 52 | 0 | 47 | 123 | 5 | 40 | 130 | 70 |
| Binary | 11110010 | 10010100 | 101010 | 0 | 100111 | 1010011 | 101 | 100000 | 1011000 | 111000 |
Color Harmonies of #F2942A
Complementary color
Monochromatic Colors of #F2942A
Black with #F2942A
Text Example
Text Example
White with #F2942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2942A; }
p { color: rgb(242,148,42); }
H1.HeaderClassName
{
color: #F2942A;
}
.AnyTagClassName
{
color: #F2942A;
}
</style>
background-color css
<style>
a { background-color: #F2942A; }
a { background-color: rgb(242,148,42); }
div.DivClassName
{
background-color: #F2942A;
}
.BgClassName
{
background-color: #F2942A;
}
</style>
border-color css
<style>
span { border-color: #F2942A; }
span { border-color: rgb(242,148,42); }
td.TdClassName
{
border-color: #F2942A;
}
.TagClassName
{
border-color: #F2942A;
}
</style>