Shades of Carrot Orange #F2912C
Tints of Carrot Orange #F2912C
RGB
CMYK
RGB Variations
Color information
#F2912C (or 0xF2912C) is known color: Carrot Orange. HEX triplet: F2, 91 and 2C. RGB value is (242,145,44). Sum of RGB (Red+Green+Blue) = 242+145+44=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F2912C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2912C is #0D6ED3. Grayscale: #A2A2A2. Windows color (decimal): -880340 or 2920946. OLE color: 2920946.
HSL color Cylindrical-coordinate representation of color #F2912C: hue angle of 30.61º 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 #F2912C is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 44 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.05 |
| HSL | 30.61º | 0.88% | 0.56% | - |
| HSV(B) | 30.61º | 0.82% | 0.95% | - |
| XYZ | 47.2 | 39.31 | 7.48 | - |
| YUV | 162.49 | 61.14 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 44 | 0 | 0.40 | 0.82 | 0.05 | 30.61 | 0.88 | 0.56 |
| Hex | F2 | 91 | 2C | 0 | 28 | 52 | 5 | 1F | 58 | 38 |
| Octal | 362 | 221 | 54 | 0 | 50 | 122 | 5 | 37 | 130 | 70 |
| Binary | 11110010 | 10010001 | 101100 | 0 | 101000 | 1010010 | 101 | 11111 | 1011000 | 111000 |
Color Harmonies of #F2912C
Complementary color
Monochromatic Colors of #F2912C
Black with #F2912C
Text Example
Text Example
White with #F2912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2912C; }
p { color: rgb(242,145,44); }
H1.HeaderClassName
{
color: #F2912C;
}
.AnyTagClassName
{
color: #F2912C;
}
</style>
background-color css
<style>
a { background-color: #F2912C; }
a { background-color: rgb(242,145,44); }
div.DivClassName
{
background-color: #F2912C;
}
.BgClassName
{
background-color: #F2912C;
}
</style>
border-color css
<style>
span { border-color: #F2912C; }
span { border-color: rgb(242,145,44); }
td.TdClassName
{
border-color: #F2912C;
}
.TagClassName
{
border-color: #F2912C;
}
</style>