Shades of Carrot Orange #F2932A
Tints of Carrot Orange #F2932A
RGB
CMYK
RGB Variations
Color information
#F2932A (or 0xF2932A) is known color: Carrot Orange. HEX triplet: F2, 93 and 2A. RGB value is (242,147,42). Sum of RGB (Red+Green+Blue) = 242+147+42=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F2932A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2932A is #0D6CD5. Grayscale: #A3A3A3. Windows color (decimal): -879830 or 2790386. OLE color: 2790386.
HSL color Cylindrical-coordinate representation of color #F2932A: hue angle of 31.5º 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 #F2932A is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 42 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.05 |
| HSL | 31.5º | 0.88% | 0.56% | - |
| HSV(B) | 31.5º | 0.83% | 0.95% | - |
| XYZ | 47.47 | 39.91 | 7.39 | - |
| YUV | 163.44 | 59.47 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 42 | 0 | 0.39 | 0.83 | 0.05 | 31.5 | 0.88 | 0.56 |
| Hex | F2 | 93 | 2A | 0 | 27 | 53 | 5 | 1F | 58 | 38 |
| Octal | 362 | 223 | 52 | 0 | 47 | 123 | 5 | 37 | 130 | 70 |
| Binary | 11110010 | 10010011 | 101010 | 0 | 100111 | 1010011 | 101 | 11111 | 1011000 | 111000 |
Color Harmonies of #F2932A
Complementary color
Monochromatic Colors of #F2932A
Black with #F2932A
Text Example
Text Example
White with #F2932A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2932A; }
p { color: rgb(242,147,42); }
H1.HeaderClassName
{
color: #F2932A;
}
.AnyTagClassName
{
color: #F2932A;
}
</style>
background-color css
<style>
a { background-color: #F2932A; }
a { background-color: rgb(242,147,42); }
div.DivClassName
{
background-color: #F2932A;
}
.BgClassName
{
background-color: #F2932A;
}
</style>
border-color css
<style>
span { border-color: #F2932A; }
span { border-color: rgb(242,147,42); }
td.TdClassName
{
border-color: #F2932A;
}
.TagClassName
{
border-color: #F2932A;
}
</style>