Shades of Carrot Orange #F2912B
Tints of Carrot Orange #F2912B
RGB
CMYK
RGB Variations
Color information
#F2912B (or 0xF2912B) is known color: Carrot Orange. HEX triplet: F2, 91 and 2B. RGB value is (242,145,43). Sum of RGB (Red+Green+Blue) = 242+145+43=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F2912B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2912B is #0D6ED4. Grayscale: #A2A2A2. Windows color (decimal): -880341 or 2855410. OLE color: 2855410.
HSL color Cylindrical-coordinate representation of color #F2912B: hue angle of 30.75º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2912B is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 43 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.05 |
| HSL | 30.75º | 0.88% | 0.56% | - |
| HSV(B) | 30.75º | 0.82% | 0.95% | - |
| XYZ | 47.18 | 39.3 | 7.39 | - |
| YUV | 162.38 | 60.64 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 43 | 0 | 0.40 | 0.82 | 0.05 | 30.75 | 0.88 | 0.56 |
| Hex | F2 | 91 | 2B | 0 | 28 | 52 | 5 | 1F | 58 | 38 |
| Octal | 362 | 221 | 53 | 0 | 50 | 122 | 5 | 37 | 130 | 70 |
| Binary | 11110010 | 10010001 | 101011 | 0 | 101000 | 1010010 | 101 | 11111 | 1011000 | 111000 |
Color Harmonies of #F2912B
Complementary color
Monochromatic Colors of #F2912B
Black with #F2912B
Text Example
Text Example
White with #F2912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2912B; }
p { color: rgb(242,145,43); }
H1.HeaderClassName
{
color: #F2912B;
}
.AnyTagClassName
{
color: #F2912B;
}
</style>
background-color css
<style>
a { background-color: #F2912B; }
a { background-color: rgb(242,145,43); }
div.DivClassName
{
background-color: #F2912B;
}
.BgClassName
{
background-color: #F2912B;
}
</style>
border-color css
<style>
span { border-color: #F2912B; }
span { border-color: rgb(242,145,43); }
td.TdClassName
{
border-color: #F2912B;
}
.TagClassName
{
border-color: #F2912B;
}
</style>