Shades of Sun #F0942F
Tints of Sun #F0942F
RGB
CMYK
RGB Variations
Color information
#F0942F (or 0xF0942F) is known color: Sun. HEX triplet: F0, 94 and 2F. RGB value is (240,148,47). Sum of RGB (Red+Green+Blue) = 240+148+47=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 47 (18.75% from 255 or 10.80% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0942F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0942F is #0F6BD0. Grayscale: #A4A4A4. Windows color (decimal): -1010641 or 3118320. OLE color: 3118320.
HSL color Cylindrical-coordinate representation of color #F0942F: hue angle of 31.4º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0942F is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 47 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.06 |
| HSL | 31.4º | 0.87% | 0.56% | - |
| HSV(B) | 31.4º | 0.8% | 0.94% | - |
| XYZ | 47.04 | 39.91 | 7.91 | - |
| YUV | 163.99 | 61.98 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 47 | 0 | 0.38 | 0.80 | 0.06 | 31.4 | 0.87 | 0.56 |
| Hex | F0 | 94 | 2F | 0 | 26 | 50 | 6 | 1F | 57 | 38 |
| Octal | 360 | 224 | 57 | 0 | 46 | 120 | 6 | 37 | 127 | 70 |
| Binary | 11110000 | 10010100 | 101111 | 0 | 100110 | 1010000 | 110 | 11111 | 1010111 | 111000 |
Color Harmonies of #F0942F
Complementary color
Monochromatic Colors of #F0942F
Black with #F0942F
Text Example
Text Example
White with #F0942F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0942F; }
p { color: rgb(240,148,47); }
H1.HeaderClassName
{
color: #F0942F;
}
.AnyTagClassName
{
color: #F0942F;
}
</style>
background-color css
<style>
a { background-color: #F0942F; }
a { background-color: rgb(240,148,47); }
div.DivClassName
{
background-color: #F0942F;
}
.BgClassName
{
background-color: #F0942F;
}
</style>
border-color css
<style>
span { border-color: #F0942F; }
span { border-color: rgb(240,148,47); }
td.TdClassName
{
border-color: #F0942F;
}
.TagClassName
{
border-color: #F0942F;
}
</style>