Shades of Sun #F0923C
Tints of Sun #F0923C
RGB
CMYK
RGB Variations
Color information
#F0923C (or 0xF0923C) is known color: Sun. HEX triplet: F0, 92 and 3C. RGB value is (240,146,60). Sum of RGB (Red+Green+Blue) = 240+146+60=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0923C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0923C is #0F6DC3. Grayscale: #A4A4A4. Windows color (decimal): -1011140 or 3969776. OLE color: 3969776.
HSL color Cylindrical-coordinate representation of color #F0923C: hue angle of 28.67º 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 #F0923C is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 60 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.06 |
| HSL | 28.67º | 0.86% | 0.59% | - |
| HSV(B) | 28.67º | 0.75% | 0.94% | - |
| XYZ | 47.03 | 39.41 | 9.4 | - |
| YUV | 164.3 | 69.14 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 60 | 0 | 0.39 | 0.75 | 0.06 | 28.67 | 0.86 | 0.59 |
| Hex | F0 | 92 | 3C | 0 | 27 | 4B | 6 | 1D | 56 | 3B |
| Octal | 360 | 222 | 74 | 0 | 47 | 113 | 6 | 35 | 126 | 73 |
| Binary | 11110000 | 10010010 | 111100 | 0 | 100111 | 1001011 | 110 | 11101 | 1010110 | 111011 |
Color Harmonies of #F0923C
Complementary color
Monochromatic Colors of #F0923C
Black with #F0923C
Text Example
Text Example
White with #F0923C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0923C; }
p { color: rgb(240,146,60); }
H1.HeaderClassName
{
color: #F0923C;
}
.AnyTagClassName
{
color: #F0923C;
}
</style>
background-color css
<style>
a { background-color: #F0923C; }
a { background-color: rgb(240,146,60); }
div.DivClassName
{
background-color: #F0923C;
}
.BgClassName
{
background-color: #F0923C;
}
</style>
border-color css
<style>
span { border-color: #F0923C; }
span { border-color: rgb(240,146,60); }
td.TdClassName
{
border-color: #F0923C;
}
.TagClassName
{
border-color: #F0923C;
}
</style>