Shades of Sun #F69231
Tints of Sun #F69231
RGB
CMYK
RGB Variations
Color information
#F69231 (or 0xF69231) is known color: Sun. HEX triplet: F6, 92 and 31. RGB value is (246,146,49). Sum of RGB (Red+Green+Blue) = 246+146+49=441 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.78% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 49 (19.53% from 255 or 11.11% from 441); Max value from RGB is 246 - color contains mainly: red. Hex color #F69231 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69231 is #096DCE. Grayscale: #A5A5A5. Windows color (decimal): -617935 or 3248886. OLE color: 3248886.
HSL color Cylindrical-coordinate representation of color #F69231: hue angle of 29.54º 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 #F69231 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 146 | 49 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.04 |
| HSL | 29.54º | 0.92% | 0.58% | - |
| HSV(B) | 29.54º | 0.8% | 0.96% | - |
| XYZ | 48.84 | 40.37 | 8.12 | - |
| YUV | 164.84 | 62.63 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 146 | 49 | 0 | 0.41 | 0.80 | 0.04 | 29.54 | 0.92 | 0.58 |
| Hex | F6 | 92 | 31 | 0 | 29 | 50 | 4 | 1E | 5C | 3A |
| Octal | 366 | 222 | 61 | 0 | 51 | 120 | 4 | 36 | 134 | 72 |
| Binary | 11110110 | 10010010 | 110001 | 0 | 101001 | 1010000 | 100 | 11110 | 1011100 | 111010 |
Color Harmonies of #F69231
Complementary color
Monochromatic Colors of #F69231
Black with #F69231
Text Example
Text Example
White with #F69231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69231; }
p { color: rgb(246,146,49); }
H1.HeaderClassName
{
color: #F69231;
}
.AnyTagClassName
{
color: #F69231;
}
</style>
background-color css
<style>
a { background-color: #F69231; }
a { background-color: rgb(246,146,49); }
div.DivClassName
{
background-color: #F69231;
}
.BgClassName
{
background-color: #F69231;
}
</style>
border-color css
<style>
span { border-color: #F69231; }
span { border-color: rgb(246,146,49); }
td.TdClassName
{
border-color: #F69231;
}
.TagClassName
{
border-color: #F69231;
}
</style>