Shades of Sun #F0922D
Tints of Sun #F0922D
RGB
CMYK
RGB Variations
Color information
#F0922D (or 0xF0922D) is known color: Sun. HEX triplet: F0, 92 and 2D. RGB value is (240,146,45). Sum of RGB (Red+Green+Blue) = 240+146+45=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0922D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0922D is #0F6DD2. Grayscale: #A3A3A3. Windows color (decimal): -1011155 or 2986736. OLE color: 2986736.
HSL color Cylindrical-coordinate representation of color #F0922D: hue angle of 31.08º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0922D is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 45 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.06 |
| HSL | 31.08º | 0.87% | 0.56% | - |
| HSV(B) | 31.08º | 0.81% | 0.94% | - |
| XYZ | 46.69 | 39.27 | 7.6 | - |
| YUV | 162.59 | 61.64 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 45 | 0 | 0.39 | 0.81 | 0.06 | 31.08 | 0.87 | 0.56 |
| Hex | F0 | 92 | 2D | 0 | 27 | 51 | 6 | 1F | 57 | 38 |
| Octal | 360 | 222 | 55 | 0 | 47 | 121 | 6 | 37 | 127 | 70 |
| Binary | 11110000 | 10010010 | 101101 | 0 | 100111 | 1010001 | 110 | 11111 | 1010111 | 111000 |
Color Harmonies of #F0922D
Complementary color
Monochromatic Colors of #F0922D
Black with #F0922D
Text Example
Text Example
White with #F0922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0922D; }
p { color: rgb(240,146,45); }
H1.HeaderClassName
{
color: #F0922D;
}
.AnyTagClassName
{
color: #F0922D;
}
</style>
background-color css
<style>
a { background-color: #F0922D; }
a { background-color: rgb(240,146,45); }
div.DivClassName
{
background-color: #F0922D;
}
.BgClassName
{
background-color: #F0922D;
}
</style>
border-color css
<style>
span { border-color: #F0922D; }
span { border-color: rgb(240,146,45); }
td.TdClassName
{
border-color: #F0922D;
}
.TagClassName
{
border-color: #F0922D;
}
</style>