Shades of Sun #F0933C
Tints of Sun #F0933C
RGB
CMYK
RGB Variations
Color information
#F0933C (or 0xF0933C) is known color: Sun. HEX triplet: F0, 93 and 3C. RGB value is (240,147,60). Sum of RGB (Red+Green+Blue) = 240+147+60=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0933C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0933C is #0F6CC3. Grayscale: #A5A5A5. Windows color (decimal): -1010884 or 3970032. OLE color: 3970032.
HSL color Cylindrical-coordinate representation of color #F0933C: hue angle of 29º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0933C is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 60 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.06 |
| HSL | 29º | 0.86% | 0.59% | - |
| HSV(B) | 29º | 0.75% | 0.94% | - |
| XYZ | 47.18 | 39.72 | 9.45 | - |
| YUV | 164.89 | 68.81 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 60 | 0 | 0.39 | 0.75 | 0.06 | 29 | 0.86 | 0.59 |
| Hex | F0 | 93 | 3C | 0 | 27 | 4B | 6 | 1D | 56 | 3B |
| Octal | 360 | 223 | 74 | 0 | 47 | 113 | 6 | 35 | 126 | 73 |
| Binary | 11110000 | 10010011 | 111100 | 0 | 100111 | 1001011 | 110 | 11101 | 1010110 | 111011 |
Color Harmonies of #F0933C
Complementary color
Monochromatic Colors of #F0933C
Black with #F0933C
Text Example
Text Example
White with #F0933C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0933C; }
p { color: rgb(240,147,60); }
H1.HeaderClassName
{
color: #F0933C;
}
.AnyTagClassName
{
color: #F0933C;
}
</style>
background-color css
<style>
a { background-color: #F0933C; }
a { background-color: rgb(240,147,60); }
div.DivClassName
{
background-color: #F0933C;
}
.BgClassName
{
background-color: #F0933C;
}
</style>
border-color css
<style>
span { border-color: #F0933C; }
span { border-color: rgb(240,147,60); }
td.TdClassName
{
border-color: #F0933C;
}
.TagClassName
{
border-color: #F0933C;
}
</style>