Shades of Carrot Orange #F2941C
Tints of Carrot Orange #F2941C
RGB
CMYK
RGB Variations
Color information
#F2941C (or 0xF2941C) is known color: Carrot Orange. HEX triplet: F2, 94 and 1C. RGB value is (242,148,28). Sum of RGB (Red+Green+Blue) = 242+148+28=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 28 (11.33% from 255 or 6.70% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F2941C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2941C is #0D6BE3. Grayscale: #A3A3A3. Windows color (decimal): -879588 or 1873138. OLE color: 1873138.
HSL color Cylindrical-coordinate representation of color #F2941C: hue angle of 33.64º 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 #F2941C is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 28 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.05 |
| HSL | 33.64º | 0.89% | 0.53% | - |
| HSV(B) | 33.64º | 0.88% | 0.95% | - |
| XYZ | 47.42 | 40.14 | 6.35 | - |
| YUV | 162.43 | 52.14 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 28 | 0 | 0.39 | 0.88 | 0.05 | 33.64 | 0.89 | 0.53 |
| Hex | F2 | 94 | 1C | 0 | 27 | 58 | 5 | 22 | 59 | 35 |
| Octal | 362 | 224 | 34 | 0 | 47 | 130 | 5 | 42 | 131 | 65 |
| Binary | 11110010 | 10010100 | 11100 | 0 | 100111 | 1011000 | 101 | 100010 | 1011001 | 110101 |
Color Harmonies of #F2941C
Complementary color
Monochromatic Colors of #F2941C
Black with #F2941C
Text Example
Text Example
White with #F2941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2941C; }
p { color: rgb(242,148,28); }
H1.HeaderClassName
{
color: #F2941C;
}
.AnyTagClassName
{
color: #F2941C;
}
</style>
background-color css
<style>
a { background-color: #F2941C; }
a { background-color: rgb(242,148,28); }
div.DivClassName
{
background-color: #F2941C;
}
.BgClassName
{
background-color: #F2941C;
}
</style>
border-color css
<style>
span { border-color: #F2941C; }
span { border-color: rgb(242,148,28); }
td.TdClassName
{
border-color: #F2941C;
}
.TagClassName
{
border-color: #F2941C;
}
</style>