Shades of Sun #F48C3C
Tints of Sun #F48C3C
RGB
CMYK
RGB Variations
Color information
#F48C3C (or 0xF48C3C) is known color: Sun. HEX triplet: F4, 8C and 3C. RGB value is (244,140,60). Sum of RGB (Red+Green+Blue) = 244+140+60=444 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.95% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48C3C is #0B73C3. Grayscale: #A2A2A2. Windows color (decimal): -750532 or 3968244. OLE color: 3968244.
HSL color Cylindrical-coordinate representation of color #F48C3C: hue angle of 26.09º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F48C3C is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 140 | 60 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.04 |
| HSL | 26.09º | 0.89% | 0.6% | - |
| HSV(B) | 26.09º | 0.75% | 0.96% | - |
| XYZ | 47.5 | 38.32 | 9.17 | - |
| YUV | 161.98 | 70.46 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 140 | 60 | 0 | 0.43 | 0.75 | 0.04 | 26.09 | 0.89 | 0.6 |
| Hex | F4 | 8C | 3C | 0 | 2B | 4B | 4 | 1A | 59 | 3C |
| Octal | 364 | 214 | 74 | 0 | 53 | 113 | 4 | 32 | 131 | 74 |
| Binary | 11110100 | 10001100 | 111100 | 0 | 101011 | 1001011 | 100 | 11010 | 1011001 | 111100 |
Color Harmonies of #F48C3C
Complementary color
Monochromatic Colors of #F48C3C
Black with #F48C3C
Text Example
Text Example
White with #F48C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48C3C; }
p { color: rgb(244,140,60); }
H1.HeaderClassName
{
color: #F48C3C;
}
.AnyTagClassName
{
color: #F48C3C;
}
</style>
background-color css
<style>
a { background-color: #F48C3C; }
a { background-color: rgb(244,140,60); }
div.DivClassName
{
background-color: #F48C3C;
}
.BgClassName
{
background-color: #F48C3C;
}
</style>
border-color css
<style>
span { border-color: #F48C3C; }
span { border-color: rgb(244,140,60); }
td.TdClassName
{
border-color: #F48C3C;
}
.TagClassName
{
border-color: #F48C3C;
}
</style>