Shades of Sun #F69132
Tints of Sun #F69132
RGB
CMYK
RGB Variations
Color information
#F69132 (or 0xF69132) is known color: Sun. HEX triplet: F6, 91 and 32. RGB value is (246,145,50). Sum of RGB (Red+Green+Blue) = 246+145+50=441 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.78% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 246 - color contains mainly: red. Hex color #F69132 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69132 is #096ECD. Grayscale: #A4A4A4. Windows color (decimal): -618190 or 3314166. OLE color: 3314166.
HSL color Cylindrical-coordinate representation of color #F69132: hue angle of 29.08º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F69132 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 145 | 50 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.04 |
| HSL | 29.08º | 0.92% | 0.58% | - |
| HSV(B) | 29.08º | 0.8% | 0.96% | - |
| XYZ | 48.71 | 40.07 | 8.19 | - |
| YUV | 164.37 | 63.46 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 145 | 50 | 0 | 0.41 | 0.80 | 0.04 | 29.08 | 0.92 | 0.58 |
| Hex | F6 | 91 | 32 | 0 | 29 | 50 | 4 | 1D | 5C | 3A |
| Octal | 366 | 221 | 62 | 0 | 51 | 120 | 4 | 35 | 134 | 72 |
| Binary | 11110110 | 10010001 | 110010 | 0 | 101001 | 1010000 | 100 | 11101 | 1011100 | 111010 |
Color Harmonies of #F69132
Complementary color
Monochromatic Colors of #F69132
Black with #F69132
Text Example
Text Example
White with #F69132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69132; }
p { color: rgb(246,145,50); }
H1.HeaderClassName
{
color: #F69132;
}
.AnyTagClassName
{
color: #F69132;
}
</style>
background-color css
<style>
a { background-color: #F69132; }
a { background-color: rgb(246,145,50); }
div.DivClassName
{
background-color: #F69132;
}
.BgClassName
{
background-color: #F69132;
}
</style>
border-color css
<style>
span { border-color: #F69132; }
span { border-color: rgb(246,145,50); }
td.TdClassName
{
border-color: #F69132;
}
.TagClassName
{
border-color: #F69132;
}
</style>