Shades of Carrot Orange #F0921E
Tints of Carrot Orange #F0921E
RGB
CMYK
RGB Variations
Color information
#F0921E (or 0xF0921E) is known color: Carrot Orange. HEX triplet: F0, 92 and 1E. RGB value is (240,146,30). Sum of RGB (Red+Green+Blue) = 240+146+30=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F0921E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0921E is #0F6DE1. Grayscale: #A1A1A1. Windows color (decimal): -1011170 or 2003696. OLE color: 2003696.
HSL color Cylindrical-coordinate representation of color #F0921E: hue angle of 33.14º 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 #F0921E is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 30 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.06 |
| HSL | 33.14º | 0.88% | 0.53% | - |
| HSV(B) | 33.14º | 0.88% | 0.94% | - |
| XYZ | 46.45 | 39.18 | 6.34 | - |
| YUV | 160.88 | 54.14 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 30 | 0 | 0.39 | 0.87 | 0.06 | 33.14 | 0.88 | 0.53 |
| Hex | F0 | 92 | 1E | 0 | 27 | 57 | 6 | 21 | 58 | 35 |
| Octal | 360 | 222 | 36 | 0 | 47 | 127 | 6 | 41 | 130 | 65 |
| Binary | 11110000 | 10010010 | 11110 | 0 | 100111 | 1010111 | 110 | 100001 | 1011000 | 110101 |
Color Harmonies of #F0921E
Complementary color
Monochromatic Colors of #F0921E
Black with #F0921E
Text Example
Text Example
White with #F0921E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0921E; }
p { color: rgb(240,146,30); }
H1.HeaderClassName
{
color: #F0921E;
}
.AnyTagClassName
{
color: #F0921E;
}
</style>
background-color css
<style>
a { background-color: #F0921E; }
a { background-color: rgb(240,146,30); }
div.DivClassName
{
background-color: #F0921E;
}
.BgClassName
{
background-color: #F0921E;
}
</style>
border-color css
<style>
span { border-color: #F0921E; }
span { border-color: rgb(240,146,30); }
td.TdClassName
{
border-color: #F0921E;
}
.TagClassName
{
border-color: #F0921E;
}
</style>