Shades of Sun #F48C34
Tints of Sun #F48C34
RGB
CMYK
RGB Variations
Color information
#F48C34 (or 0xF48C34) is known color: Sun. HEX triplet: F4, 8C and 34. RGB value is (244,140,52). Sum of RGB (Red+Green+Blue) = 244+140+52=436 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.96% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 52 (20.70% from 255 or 11.93% from 436); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48C34 is #0B73CB. Grayscale: #A1A1A1. Windows color (decimal): -750540 or 3443956. OLE color: 3443956.
HSL color Cylindrical-coordinate representation of color #F48C34: hue angle of 27.5º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F48C34 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 140 | 52 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.04 |
| HSL | 27.5º | 0.9% | 0.58% | - |
| HSV(B) | 27.5º | 0.79% | 0.96% | - |
| XYZ | 47.31 | 38.24 | 8.14 | - |
| YUV | 161.06 | 66.46 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 140 | 52 | 0 | 0.43 | 0.79 | 0.04 | 27.5 | 0.9 | 0.58 |
| Hex | F4 | 8C | 34 | 0 | 2B | 4F | 4 | 1C | 5A | 3A |
| Octal | 364 | 214 | 64 | 0 | 53 | 117 | 4 | 34 | 132 | 72 |
| Binary | 11110100 | 10001100 | 110100 | 0 | 101011 | 1001111 | 100 | 11100 | 1011010 | 111010 |
Color Harmonies of #F48C34
Complementary color
Monochromatic Colors of #F48C34
Black with #F48C34
Text Example
Text Example
White with #F48C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48C34; }
p { color: rgb(244,140,52); }
H1.HeaderClassName
{
color: #F48C34;
}
.AnyTagClassName
{
color: #F48C34;
}
</style>
background-color css
<style>
a { background-color: #F48C34; }
a { background-color: rgb(244,140,52); }
div.DivClassName
{
background-color: #F48C34;
}
.BgClassName
{
background-color: #F48C34;
}
</style>
border-color css
<style>
span { border-color: #F48C34; }
span { border-color: rgb(244,140,52); }
td.TdClassName
{
border-color: #F48C34;
}
.TagClassName
{
border-color: #F48C34;
}
</style>