Shades of Sun #F0902F
Tints of Sun #F0902F
RGB
CMYK
RGB Variations
Color information
#F0902F (or 0xF0902F) is known color: Sun. HEX triplet: F0, 90 and 2F. RGB value is (240,144,47). Sum of RGB (Red+Green+Blue) = 240+144+47=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 47 (18.75% from 255 or 10.90% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0902F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0902F is #0F6FD0. Grayscale: #A2A2A2. Windows color (decimal): -1011665 or 3117296. OLE color: 3117296.
HSL color Cylindrical-coordinate representation of color #F0902F: hue angle of 30.16º 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 #F0902F is Cyan = 0, Magento = 0.4, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 47 | - |
| CMYK | 0 | 0.4 | 0.80 | 0.06 |
| HSL | 30.16º | 0.87% | 0.56% | - |
| HSV(B) | 30.16º | 0.8% | 0.94% | - |
| XYZ | 46.42 | 38.68 | 7.71 | - |
| YUV | 161.65 | 63.3 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 47 | 0 | 0.4 | 0.80 | 0.06 | 30.16 | 0.87 | 0.56 |
| Hex | F0 | 90 | 2F | 0 | 28 | 50 | 6 | 1E | 57 | 38 |
| Octal | 360 | 220 | 57 | 0 | 50 | 120 | 6 | 36 | 127 | 70 |
| Binary | 11110000 | 10010000 | 101111 | 0 | 101000 | 1010000 | 110 | 11110 | 1010111 | 111000 |
Color Harmonies of #F0902F
Complementary color
Monochromatic Colors of #F0902F
Black with #F0902F
Text Example
Text Example
White with #F0902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0902F; }
p { color: rgb(240,144,47); }
H1.HeaderClassName
{
color: #F0902F;
}
.AnyTagClassName
{
color: #F0902F;
}
</style>
background-color css
<style>
a { background-color: #F0902F; }
a { background-color: rgb(240,144,47); }
div.DivClassName
{
background-color: #F0902F;
}
.BgClassName
{
background-color: #F0902F;
}
</style>
border-color css
<style>
span { border-color: #F0902F; }
span { border-color: rgb(240,144,47); }
td.TdClassName
{
border-color: #F0902F;
}
.TagClassName
{
border-color: #F0902F;
}
</style>