Shades of Carrot Orange #F2991C
Tints of Carrot Orange #F2991C
RGB
CMYK
RGB Variations
Color information
#F2991C (or 0xF2991C) is known color: Carrot Orange. HEX triplet: F2, 99 and 1C. RGB value is (242,153,28). Sum of RGB (Red+Green+Blue) = 242+153+28=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F2991C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2991C is #0D66E3. Grayscale: #A5A5A5. Windows color (decimal): -878308 or 1874418. OLE color: 1874418.
HSL color Cylindrical-coordinate representation of color #F2991C: hue angle of 35.05º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2991C is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 28 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.05 |
| HSL | 35.05º | 0.89% | 0.53% | - |
| HSV(B) | 35.05º | 0.88% | 0.95% | - |
| XYZ | 48.22 | 41.74 | 6.61 | - |
| YUV | 165.36 | 50.49 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 28 | 0 | 0.37 | 0.88 | 0.05 | 35.05 | 0.89 | 0.53 |
| Hex | F2 | 99 | 1C | 0 | 25 | 58 | 5 | 23 | 59 | 35 |
| Octal | 362 | 231 | 34 | 0 | 45 | 130 | 5 | 43 | 131 | 65 |
| Binary | 11110010 | 10011001 | 11100 | 0 | 100101 | 1011000 | 101 | 100011 | 1011001 | 110101 |
Color Harmonies of #F2991C
Complementary color
Monochromatic Colors of #F2991C
Black with #F2991C
Text Example
Text Example
White with #F2991C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2991C; }
p { color: rgb(242,153,28); }
H1.HeaderClassName
{
color: #F2991C;
}
.AnyTagClassName
{
color: #F2991C;
}
</style>
background-color css
<style>
a { background-color: #F2991C; }
a { background-color: rgb(242,153,28); }
div.DivClassName
{
background-color: #F2991C;
}
.BgClassName
{
background-color: #F2991C;
}
</style>
border-color css
<style>
span { border-color: #F2991C; }
span { border-color: rgb(242,153,28); }
td.TdClassName
{
border-color: #F2991C;
}
.TagClassName
{
border-color: #F2991C;
}
</style>