Shades of Carrot Orange #F0951A
Tints of Carrot Orange #F0951A
RGB
CMYK
RGB Variations
Color information
#F0951A (or 0xF0951A) is known color: Carrot Orange. HEX triplet: F0, 95 and 1A. RGB value is (240,149,26). Sum of RGB (Red+Green+Blue) = 240+149+26=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 26 (10.55% from 255 or 6.27% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0951A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0951A is #0F6AE5. Grayscale: #A2A2A2. Windows color (decimal): -1010406 or 1742320. OLE color: 1742320.
HSL color Cylindrical-coordinate representation of color #F0951A: hue angle of 34.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 #F0951A is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 26 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.06 |
| HSL | 34.49º | 0.88% | 0.52% | - |
| HSV(B) | 34.49º | 0.89% | 0.94% | - |
| XYZ | 46.87 | 40.09 | 6.25 | - |
| YUV | 162.19 | 51.15 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 26 | 0 | 0.38 | 0.89 | 0.06 | 34.49 | 0.88 | 0.52 |
| Hex | F0 | 95 | 1A | 0 | 26 | 59 | 6 | 22 | 58 | 34 |
| Octal | 360 | 225 | 32 | 0 | 46 | 131 | 6 | 42 | 130 | 64 |
| Binary | 11110000 | 10010101 | 11010 | 0 | 100110 | 1011001 | 110 | 100010 | 1011000 | 110100 |
Color Harmonies of #F0951A
Complementary color
Monochromatic Colors of #F0951A
Black with #F0951A
Text Example
Text Example
White with #F0951A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0951A; }
p { color: rgb(240,149,26); }
H1.HeaderClassName
{
color: #F0951A;
}
.AnyTagClassName
{
color: #F0951A;
}
</style>
background-color css
<style>
a { background-color: #F0951A; }
a { background-color: rgb(240,149,26); }
div.DivClassName
{
background-color: #F0951A;
}
.BgClassName
{
background-color: #F0951A;
}
</style>
border-color css
<style>
span { border-color: #F0951A; }
span { border-color: rgb(240,149,26); }
td.TdClassName
{
border-color: #F0951A;
}
.TagClassName
{
border-color: #F0951A;
}
</style>