Shades of Carrot Orange #F2951E
Tints of Carrot Orange #F2951E
RGB
CMYK
RGB Variations
Color information
#F2951E (or 0xF2951E) is known color: Carrot Orange. HEX triplet: F2, 95 and 1E. RGB value is (242,149,30). Sum of RGB (Red+Green+Blue) = 242+149+30=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F2951E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2951E is #0D6AE1. Grayscale: #A3A3A3. Windows color (decimal): -879330 or 2004466. OLE color: 2004466.
HSL color Cylindrical-coordinate representation of color #F2951E: hue angle of 33.68º 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 #F2951E is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 30 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.05 |
| HSL | 33.68º | 0.89% | 0.53% | - |
| HSV(B) | 33.68º | 0.88% | 0.95% | - |
| XYZ | 47.6 | 40.47 | 6.53 | - |
| YUV | 163.24 | 52.81 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 30 | 0 | 0.38 | 0.88 | 0.05 | 33.68 | 0.89 | 0.53 |
| Hex | F2 | 95 | 1E | 0 | 26 | 58 | 5 | 22 | 59 | 35 |
| Octal | 362 | 225 | 36 | 0 | 46 | 130 | 5 | 42 | 131 | 65 |
| Binary | 11110010 | 10010101 | 11110 | 0 | 100110 | 1011000 | 101 | 100010 | 1011001 | 110101 |
Color Harmonies of #F2951E
Complementary color
Monochromatic Colors of #F2951E
Black with #F2951E
Text Example
Text Example
White with #F2951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2951E; }
p { color: rgb(242,149,30); }
H1.HeaderClassName
{
color: #F2951E;
}
.AnyTagClassName
{
color: #F2951E;
}
</style>
background-color css
<style>
a { background-color: #F2951E; }
a { background-color: rgb(242,149,30); }
div.DivClassName
{
background-color: #F2951E;
}
.BgClassName
{
background-color: #F2951E;
}
</style>
border-color css
<style>
span { border-color: #F2951E; }
span { border-color: rgb(242,149,30); }
td.TdClassName
{
border-color: #F2951E;
}
.TagClassName
{
border-color: #F2951E;
}
</style>