Shades of Carrot Orange #F2941A
Tints of Carrot Orange #F2941A
RGB
CMYK
RGB Variations
Color information
#F2941A (or 0xF2941A) is known color: Carrot Orange. HEX triplet: F2, 94 and 1A. RGB value is (242,148,26). Sum of RGB (Red+Green+Blue) = 242+148+26=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 26 (10.55% from 255 or 6.25% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F2941A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2941A is #0D6BE5. Grayscale: #A2A2A2. Windows color (decimal): -879590 or 1742066. OLE color: 1742066.
HSL color Cylindrical-coordinate representation of color #F2941A: hue angle of 33.89º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2941A is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 26 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.05 |
| HSL | 33.89º | 0.89% | 0.53% | - |
| HSV(B) | 33.89º | 0.89% | 0.95% | - |
| XYZ | 47.39 | 40.13 | 6.23 | - |
| YUV | 162.2 | 51.14 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 26 | 0 | 0.39 | 0.89 | 0.05 | 33.89 | 0.89 | 0.53 |
| Hex | F2 | 94 | 1A | 0 | 27 | 59 | 5 | 22 | 59 | 35 |
| Octal | 362 | 224 | 32 | 0 | 47 | 131 | 5 | 42 | 131 | 65 |
| Binary | 11110010 | 10010100 | 11010 | 0 | 100111 | 1011001 | 101 | 100010 | 1011001 | 110101 |
Color Harmonies of #F2941A
Complementary color
Monochromatic Colors of #F2941A
Black with #F2941A
Text Example
Text Example
White with #F2941A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2941A; }
p { color: rgb(242,148,26); }
H1.HeaderClassName
{
color: #F2941A;
}
.AnyTagClassName
{
color: #F2941A;
}
</style>
background-color css
<style>
a { background-color: #F2941A; }
a { background-color: rgb(242,148,26); }
div.DivClassName
{
background-color: #F2941A;
}
.BgClassName
{
background-color: #F2941A;
}
</style>
border-color css
<style>
span { border-color: #F2941A; }
span { border-color: rgb(242,148,26); }
td.TdClassName
{
border-color: #F2941A;
}
.TagClassName
{
border-color: #F2941A;
}
</style>