Shades of Carrot Orange #F0991B
Tints of Carrot Orange #F0991B
RGB
CMYK
RGB Variations
Color information
#F0991B (or 0xF0991B) is known color: Carrot Orange. HEX triplet: F0, 99 and 1B. RGB value is (240,153,27). Sum of RGB (Red+Green+Blue) = 240+153+27=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 27 (10.94% from 255 or 6.43% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0991B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0991B is #0F66E4. Grayscale: #A5A5A5. Windows color (decimal): -1009381 or 1808880. OLE color: 1808880.
HSL color Cylindrical-coordinate representation of color #F0991B: hue angle of 35.49º 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 #F0991B is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 27 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.06 |
| HSL | 35.49º | 0.88% | 0.52% | - |
| HSV(B) | 35.49º | 0.89% | 0.94% | - |
| XYZ | 47.52 | 41.39 | 6.52 | - |
| YUV | 164.65 | 50.32 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 27 | 0 | 0.36 | 0.89 | 0.06 | 35.49 | 0.88 | 0.52 |
| Hex | F0 | 99 | 1B | 0 | 24 | 59 | 6 | 23 | 58 | 34 |
| Octal | 360 | 231 | 33 | 0 | 44 | 131 | 6 | 43 | 130 | 64 |
| Binary | 11110000 | 10011001 | 11011 | 0 | 100100 | 1011001 | 110 | 100011 | 1011000 | 110100 |
Color Harmonies of #F0991B
Complementary color
Monochromatic Colors of #F0991B
Black with #F0991B
Text Example
Text Example
White with #F0991B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0991B; }
p { color: rgb(240,153,27); }
H1.HeaderClassName
{
color: #F0991B;
}
.AnyTagClassName
{
color: #F0991B;
}
</style>
background-color css
<style>
a { background-color: #F0991B; }
a { background-color: rgb(240,153,27); }
div.DivClassName
{
background-color: #F0991B;
}
.BgClassName
{
background-color: #F0991B;
}
</style>
border-color css
<style>
span { border-color: #F0991B; }
span { border-color: rgb(240,153,27); }
td.TdClassName
{
border-color: #F0991B;
}
.TagClassName
{
border-color: #F0991B;
}
</style>