Shades of Carrot Orange #F2961D
Tints of Carrot Orange #F2961D
RGB
CMYK
RGB Variations
Color information
#F2961D (or 0xF2961D) is known color: Carrot Orange. HEX triplet: F2, 96 and 1D. RGB value is (242,150,29). Sum of RGB (Red+Green+Blue) = 242+150+29=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 29 (11.72% from 255 or 6.89% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F2961D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2961D is #0D69E2. Grayscale: #A4A4A4. Windows color (decimal): -879075 or 1939186. OLE color: 1939186.
HSL color Cylindrical-coordinate representation of color #F2961D: hue angle of 34.08º 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 #F2961D is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 29 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.05 |
| HSL | 34.08º | 0.89% | 0.53% | - |
| HSV(B) | 34.08º | 0.88% | 0.95% | - |
| XYZ | 47.75 | 40.78 | 6.52 | - |
| YUV | 163.71 | 51.98 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 29 | 0 | 0.38 | 0.88 | 0.05 | 34.08 | 0.89 | 0.53 |
| Hex | F2 | 96 | 1D | 0 | 26 | 58 | 5 | 22 | 59 | 35 |
| Octal | 362 | 226 | 35 | 0 | 46 | 130 | 5 | 42 | 131 | 65 |
| Binary | 11110010 | 10010110 | 11101 | 0 | 100110 | 1011000 | 101 | 100010 | 1011001 | 110101 |
Color Harmonies of #F2961D
Complementary color
Monochromatic Colors of #F2961D
Black with #F2961D
Text Example
Text Example
White with #F2961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2961D; }
p { color: rgb(242,150,29); }
H1.HeaderClassName
{
color: #F2961D;
}
.AnyTagClassName
{
color: #F2961D;
}
</style>
background-color css
<style>
a { background-color: #F2961D; }
a { background-color: rgb(242,150,29); }
div.DivClassName
{
background-color: #F2961D;
}
.BgClassName
{
background-color: #F2961D;
}
</style>
border-color css
<style>
span { border-color: #F2961D; }
span { border-color: rgb(242,150,29); }
td.TdClassName
{
border-color: #F2961D;
}
.TagClassName
{
border-color: #F2961D;
}
</style>