Shades of Sun #F69130
Tints of Sun #F69130
RGB
CMYK
RGB Variations
Color information
#F69130 (or 0xF69130) is known color: Sun. HEX triplet: F6, 91 and 30. RGB value is (246,145,48). Sum of RGB (Red+Green+Blue) = 246+145+48=439 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.04% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 48 (19.14% from 255 or 10.93% from 439); Max value from RGB is 246 - color contains mainly: red. Hex color #F69130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69130 is #096ECF. Grayscale: #A4A4A4. Windows color (decimal): -618192 or 3183094. OLE color: 3183094.
HSL color Cylindrical-coordinate representation of color #F69130: hue angle of 29.39º 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 #F69130 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 145 | 48 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.04 |
| HSL | 29.39º | 0.92% | 0.58% | - |
| HSV(B) | 29.39º | 0.8% | 0.96% | - |
| XYZ | 48.66 | 40.06 | 7.96 | - |
| YUV | 164.14 | 62.46 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 145 | 48 | 0 | 0.41 | 0.80 | 0.04 | 29.39 | 0.92 | 0.58 |
| Hex | F6 | 91 | 30 | 0 | 29 | 50 | 4 | 1D | 5C | 3A |
| Octal | 366 | 221 | 60 | 0 | 51 | 120 | 4 | 35 | 134 | 72 |
| Binary | 11110110 | 10010001 | 110000 | 0 | 101001 | 1010000 | 100 | 11101 | 1011100 | 111010 |
Color Harmonies of #F69130
Complementary color
Monochromatic Colors of #F69130
Black with #F69130
Text Example
Text Example
White with #F69130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69130; }
p { color: rgb(246,145,48); }
H1.HeaderClassName
{
color: #F69130;
}
.AnyTagClassName
{
color: #F69130;
}
</style>
background-color css
<style>
a { background-color: #F69130; }
a { background-color: rgb(246,145,48); }
div.DivClassName
{
background-color: #F69130;
}
.BgClassName
{
background-color: #F69130;
}
</style>
border-color css
<style>
span { border-color: #F69130; }
span { border-color: rgb(246,145,48); }
td.TdClassName
{
border-color: #F69130;
}
.TagClassName
{
border-color: #F69130;
}
</style>