Shades of Sun #F48A31
Tints of Sun #F48A31
RGB
CMYK
RGB Variations
Color information
#F48A31 (or 0xF48A31) is known color: Sun. HEX triplet: F4, 8A and 31. RGB value is (244,138,49). Sum of RGB (Red+Green+Blue) = 244+138+49=431 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.61% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 244 - color contains mainly: red. Hex color #F48A31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48A31 is #0B75CE. Grayscale: #A0A0A0. Windows color (decimal): -751055 or 3246836. OLE color: 3246836.
HSL color Cylindrical-coordinate representation of color #F48A31: hue angle of 27.38º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F48A31 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 138 | 49 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.04 |
| HSL | 27.38º | 0.9% | 0.57% | - |
| HSV(B) | 27.38º | 0.8% | 0.96% | - |
| XYZ | 46.95 | 37.63 | 7.69 | - |
| YUV | 159.55 | 65.62 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 138 | 49 | 0 | 0.43 | 0.80 | 0.04 | 27.38 | 0.9 | 0.57 |
| Hex | F4 | 8A | 31 | 0 | 2B | 50 | 4 | 1B | 5A | 39 |
| Octal | 364 | 212 | 61 | 0 | 53 | 120 | 4 | 33 | 132 | 71 |
| Binary | 11110100 | 10001010 | 110001 | 0 | 101011 | 1010000 | 100 | 11011 | 1011010 | 111001 |
Color Harmonies of #F48A31
Complementary color
Monochromatic Colors of #F48A31
Black with #F48A31
Text Example
Text Example
White with #F48A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48A31; }
p { color: rgb(244,138,49); }
H1.HeaderClassName
{
color: #F48A31;
}
.AnyTagClassName
{
color: #F48A31;
}
</style>
background-color css
<style>
a { background-color: #F48A31; }
a { background-color: rgb(244,138,49); }
div.DivClassName
{
background-color: #F48A31;
}
.BgClassName
{
background-color: #F48A31;
}
</style>
border-color css
<style>
span { border-color: #F48A31; }
span { border-color: rgb(244,138,49); }
td.TdClassName
{
border-color: #F48A31;
}
.TagClassName
{
border-color: #F48A31;
}
</style>