Shades of Carrot Orange #F0981B
Tints of Carrot Orange #F0981B
RGB
CMYK
RGB Variations
Color information
#F0981B (or 0xF0981B) is known color: Carrot Orange. HEX triplet: F0, 98 and 1B. RGB value is (240,152,27). Sum of RGB (Red+Green+Blue) = 240+152+27=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 27 (10.94% from 255 or 6.44% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0981B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0981B is #0F67E4. Grayscale: #A4A4A4. Windows color (decimal): -1009637 or 1808624. OLE color: 1808624.
HSL color Cylindrical-coordinate representation of color #F0981B: hue angle of 35.21º 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 #F0981B is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 27 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.06 |
| HSL | 35.21º | 0.88% | 0.52% | - |
| HSV(B) | 35.21º | 0.89% | 0.94% | - |
| XYZ | 47.36 | 41.06 | 6.47 | - |
| YUV | 164.06 | 50.65 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 27 | 0 | 0.37 | 0.89 | 0.06 | 35.21 | 0.88 | 0.52 |
| Hex | F0 | 98 | 1B | 0 | 25 | 59 | 6 | 23 | 58 | 34 |
| Octal | 360 | 230 | 33 | 0 | 45 | 131 | 6 | 43 | 130 | 64 |
| Binary | 11110000 | 10011000 | 11011 | 0 | 100101 | 1011001 | 110 | 100011 | 1011000 | 110100 |
Color Harmonies of #F0981B
Complementary color
Monochromatic Colors of #F0981B
Black with #F0981B
Text Example
Text Example
White with #F0981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0981B; }
p { color: rgb(240,152,27); }
H1.HeaderClassName
{
color: #F0981B;
}
.AnyTagClassName
{
color: #F0981B;
}
</style>
background-color css
<style>
a { background-color: #F0981B; }
a { background-color: rgb(240,152,27); }
div.DivClassName
{
background-color: #F0981B;
}
.BgClassName
{
background-color: #F0981B;
}
</style>
border-color css
<style>
span { border-color: #F0981B; }
span { border-color: rgb(240,152,27); }
td.TdClassName
{
border-color: #F0981B;
}
.TagClassName
{
border-color: #F0981B;
}
</style>