Shades of Sun #F48229
Tints of Sun #F48229
RGB
CMYK
RGB Variations
Color information
#F48229 (or 0xF48229) is known color: Sun. HEX triplet: F4, 82 and 29. RGB value is (244,130,41). Sum of RGB (Red+Green+Blue) = 244+130+41=415 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.80% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 41 (16.41% from 255 or 9.88% from 415); Max value from RGB is 244 - color contains mainly: red. Hex color #F48229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48229 is #0B7DD6. Grayscale: #9A9A9A. Windows color (decimal): -753111 or 2720500. OLE color: 2720500.
HSL color Cylindrical-coordinate representation of color #F48229: hue angle of 26.31º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F48229 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 41 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.04 |
| HSL | 26.31º | 0.9% | 0.56% | - |
| HSV(B) | 26.31º | 0.83% | 0.96% | - |
| XYZ | 45.69 | 35.36 | 6.51 | - |
| YUV | 153.94 | 64.27 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 41 | 0 | 0.47 | 0.83 | 0.04 | 26.31 | 0.9 | 0.56 |
| Hex | F4 | 82 | 29 | 0 | 2F | 53 | 4 | 1A | 5A | 38 |
| Octal | 364 | 202 | 51 | 0 | 57 | 123 | 4 | 32 | 132 | 70 |
| Binary | 11110100 | 10000010 | 101001 | 0 | 101111 | 1010011 | 100 | 11010 | 1011010 | 111000 |
Color Harmonies of #F48229
Complementary color
Monochromatic Colors of #F48229
Black with #F48229
Text Example
Text Example
White with #F48229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48229; }
p { color: rgb(244,130,41); }
H1.HeaderClassName
{
color: #F48229;
}
.AnyTagClassName
{
color: #F48229;
}
</style>
background-color css
<style>
a { background-color: #F48229; }
a { background-color: rgb(244,130,41); }
div.DivClassName
{
background-color: #F48229;
}
.BgClassName
{
background-color: #F48229;
}
</style>
border-color css
<style>
span { border-color: #F48229; }
span { border-color: rgb(244,130,41); }
td.TdClassName
{
border-color: #F48229;
}
.TagClassName
{
border-color: #F48229;
}
</style>