Shades of Carrot Orange #F0961E
Tints of Carrot Orange #F0961E
RGB
CMYK
RGB Variations
Color information
#F0961E (or 0xF0961E) is known color: Carrot Orange. HEX triplet: F0, 96 and 1E. RGB value is (240,150,30). Sum of RGB (Red+Green+Blue) = 240+150+30=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 30 (12.11% from 255 or 7.14% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0961E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0961E is #0F69E1. Grayscale: #A3A3A3. Windows color (decimal): -1010146 or 2004720. OLE color: 2004720.
HSL color Cylindrical-coordinate representation of color #F0961E: hue angle of 34.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0961E is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 30 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.06 |
| HSL | 34.29º | 0.88% | 0.53% | - |
| HSV(B) | 34.29º | 0.88% | 0.94% | - |
| XYZ | 47.08 | 40.43 | 6.55 | - |
| YUV | 163.23 | 52.82 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 30 | 0 | 0.37 | 0.87 | 0.06 | 34.29 | 0.88 | 0.53 |
| Hex | F0 | 96 | 1E | 0 | 25 | 57 | 6 | 22 | 58 | 35 |
| Octal | 360 | 226 | 36 | 0 | 45 | 127 | 6 | 42 | 130 | 65 |
| Binary | 11110000 | 10010110 | 11110 | 0 | 100101 | 1010111 | 110 | 100010 | 1011000 | 110101 |
Color Harmonies of #F0961E
Complementary color
Monochromatic Colors of #F0961E
Black with #F0961E
Text Example
Text Example
White with #F0961E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0961E; }
p { color: rgb(240,150,30); }
H1.HeaderClassName
{
color: #F0961E;
}
.AnyTagClassName
{
color: #F0961E;
}
</style>
background-color css
<style>
a { background-color: #F0961E; }
a { background-color: rgb(240,150,30); }
div.DivClassName
{
background-color: #F0961E;
}
.BgClassName
{
background-color: #F0961E;
}
</style>
border-color css
<style>
span { border-color: #F0961E; }
span { border-color: rgb(240,150,30); }
td.TdClassName
{
border-color: #F0961E;
}
.TagClassName
{
border-color: #F0961E;
}
</style>