Shades of Carrot Orange #F0901B
Tints of Carrot Orange #F0901B
RGB
CMYK
RGB Variations
Color information
#F0901B (or 0xF0901B) is known color: Carrot Orange. HEX triplet: F0, 90 and 1B. RGB value is (240,144,27). Sum of RGB (Red+Green+Blue) = 240+144+27=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 27 (10.94% from 255 or 6.57% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F0901B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0901B is #0F6FE4. Grayscale: #9F9F9F. Windows color (decimal): -1011685 or 1806576. OLE color: 1806576.
HSL color Cylindrical-coordinate representation of color #F0901B: hue angle of 32.96º 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 #F0901B is Cyan = 0, Magento = 0.4, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 27 | - |
| CMYK | 0 | 0.4 | 0.89 | 0.06 |
| HSL | 32.96º | 0.88% | 0.52% | - |
| HSV(B) | 32.96º | 0.89% | 0.94% | - |
| XYZ | 46.11 | 38.55 | 6.05 | - |
| YUV | 159.37 | 53.3 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 27 | 0 | 0.4 | 0.89 | 0.06 | 32.96 | 0.88 | 0.52 |
| Hex | F0 | 90 | 1B | 0 | 28 | 59 | 6 | 21 | 58 | 34 |
| Octal | 360 | 220 | 33 | 0 | 50 | 131 | 6 | 41 | 130 | 64 |
| Binary | 11110000 | 10010000 | 11011 | 0 | 101000 | 1011001 | 110 | 100001 | 1011000 | 110100 |
Color Harmonies of #F0901B
Complementary color
Monochromatic Colors of #F0901B
Black with #F0901B
Text Example
Text Example
White with #F0901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0901B; }
p { color: rgb(240,144,27); }
H1.HeaderClassName
{
color: #F0901B;
}
.AnyTagClassName
{
color: #F0901B;
}
</style>
background-color css
<style>
a { background-color: #F0901B; }
a { background-color: rgb(240,144,27); }
div.DivClassName
{
background-color: #F0901B;
}
.BgClassName
{
background-color: #F0901B;
}
</style>
border-color css
<style>
span { border-color: #F0901B; }
span { border-color: rgb(240,144,27); }
td.TdClassName
{
border-color: #F0901B;
}
.TagClassName
{
border-color: #F0901B;
}
</style>