Shades of Carrot Orange #F2952B
Tints of Carrot Orange #F2952B
RGB
CMYK
RGB Variations
Color information
#F2952B (or 0xF2952B) is known color: Carrot Orange. HEX triplet: F2, 95 and 2B. RGB value is (242,149,43). Sum of RGB (Red+Green+Blue) = 242+149+43=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 43 (17.19% from 255 or 9.91% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F2952B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2952B is #0D6AD4. Grayscale: #A5A5A5. Windows color (decimal): -879317 or 2856434. OLE color: 2856434.
HSL color Cylindrical-coordinate representation of color #F2952B: hue angle of 31.96º 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 #F2952B is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 43 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.05 |
| HSL | 31.96º | 0.88% | 0.56% | - |
| HSV(B) | 31.96º | 0.82% | 0.95% | - |
| XYZ | 47.8 | 40.55 | 7.59 | - |
| YUV | 164.72 | 59.31 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 43 | 0 | 0.38 | 0.82 | 0.05 | 31.96 | 0.88 | 0.56 |
| Hex | F2 | 95 | 2B | 0 | 26 | 52 | 5 | 20 | 58 | 38 |
| Octal | 362 | 225 | 53 | 0 | 46 | 122 | 5 | 40 | 130 | 70 |
| Binary | 11110010 | 10010101 | 101011 | 0 | 100110 | 1010010 | 101 | 100000 | 1011000 | 111000 |
Color Harmonies of #F2952B
Complementary color
Monochromatic Colors of #F2952B
Black with #F2952B
Text Example
Text Example
White with #F2952B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2952B; }
p { color: rgb(242,149,43); }
H1.HeaderClassName
{
color: #F2952B;
}
.AnyTagClassName
{
color: #F2952B;
}
</style>
background-color css
<style>
a { background-color: #F2952B; }
a { background-color: rgb(242,149,43); }
div.DivClassName
{
background-color: #F2952B;
}
.BgClassName
{
background-color: #F2952B;
}
</style>
border-color css
<style>
span { border-color: #F2952B; }
span { border-color: rgb(242,149,43); }
td.TdClassName
{
border-color: #F2952B;
}
.TagClassName
{
border-color: #F2952B;
}
</style>