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