Shades of Carrot Orange #F0921B
Tints of Carrot Orange #F0921B
RGB
CMYK
RGB Variations
Color information
#F0921B (or 0xF0921B) is known color: Carrot Orange. HEX triplet: F0, 92 and 1B. RGB value is (240,146,27). Sum of RGB (Red+Green+Blue) = 240+146+27=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F0921B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0921B is #0F6DE4. Grayscale: #A1A1A1. Windows color (decimal): -1011173 or 1807088. OLE color: 1807088.
HSL color Cylindrical-coordinate representation of color #F0921B: hue angle of 33.52º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0921B is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 27 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.06 |
| HSL | 33.52º | 0.88% | 0.52% | - |
| HSV(B) | 33.52º | 0.89% | 0.94% | - |
| XYZ | 46.41 | 39.16 | 6.15 | - |
| YUV | 160.54 | 52.64 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 27 | 0 | 0.39 | 0.89 | 0.06 | 33.52 | 0.88 | 0.52 |
| Hex | F0 | 92 | 1B | 0 | 27 | 59 | 6 | 22 | 58 | 34 |
| Octal | 360 | 222 | 33 | 0 | 47 | 131 | 6 | 42 | 130 | 64 |
| Binary | 11110000 | 10010010 | 11011 | 0 | 100111 | 1011001 | 110 | 100010 | 1011000 | 110100 |
Color Harmonies of #F0921B
Complementary color
Monochromatic Colors of #F0921B
Black with #F0921B
Text Example
Text Example
White with #F0921B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0921B; }
p { color: rgb(240,146,27); }
H1.HeaderClassName
{
color: #F0921B;
}
.AnyTagClassName
{
color: #F0921B;
}
</style>
background-color css
<style>
a { background-color: #F0921B; }
a { background-color: rgb(240,146,27); }
div.DivClassName
{
background-color: #F0921B;
}
.BgClassName
{
background-color: #F0921B;
}
</style>
border-color css
<style>
span { border-color: #F0921B; }
span { border-color: rgb(240,146,27); }
td.TdClassName
{
border-color: #F0921B;
}
.TagClassName
{
border-color: #F0921B;
}
</style>