Shades of Carrot Orange #F0912B
Tints of Carrot Orange #F0912B
RGB
CMYK
RGB Variations
Color information
#F0912B (or 0xF0912B) is known color: Carrot Orange. HEX triplet: F0, 91 and 2B. RGB value is (240,145,43). Sum of RGB (Red+Green+Blue) = 240+145+43=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 43 (17.19% from 255 or 10.05% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F0912B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0912B is #0F6ED4. Grayscale: #A2A2A2. Windows color (decimal): -1011413 or 2855408. OLE color: 2855408.
HSL color Cylindrical-coordinate representation of color #F0912B: hue angle of 31.07º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0912B is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 43 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.06 |
| HSL | 31.07º | 0.87% | 0.55% | - |
| HSV(B) | 31.07º | 0.82% | 0.94% | - |
| XYZ | 46.5 | 38.95 | 7.35 | - |
| YUV | 161.78 | 60.97 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 43 | 0 | 0.40 | 0.82 | 0.06 | 31.07 | 0.87 | 0.55 |
| Hex | F0 | 91 | 2B | 0 | 28 | 52 | 6 | 1F | 57 | 37 |
| Octal | 360 | 221 | 53 | 0 | 50 | 122 | 6 | 37 | 127 | 67 |
| Binary | 11110000 | 10010001 | 101011 | 0 | 101000 | 1010010 | 110 | 11111 | 1010111 | 110111 |
Color Harmonies of #F0912B
Complementary color
Monochromatic Colors of #F0912B
Black with #F0912B
Text Example
Text Example
White with #F0912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0912B; }
p { color: rgb(240,145,43); }
H1.HeaderClassName
{
color: #F0912B;
}
.AnyTagClassName
{
color: #F0912B;
}
</style>
background-color css
<style>
a { background-color: #F0912B; }
a { background-color: rgb(240,145,43); }
div.DivClassName
{
background-color: #F0912B;
}
.BgClassName
{
background-color: #F0912B;
}
</style>
border-color css
<style>
span { border-color: #F0912B; }
span { border-color: rgb(240,145,43); }
td.TdClassName
{
border-color: #F0912B;
}
.TagClassName
{
border-color: #F0912B;
}
</style>