Shades of Sun #F48B2C
Tints of Sun #F48B2C
RGB
CMYK
RGB Variations
Color information
#F48B2C (or 0xF48B2C) is known color: Sun. HEX triplet: F4, 8B and 2C. RGB value is (244,139,44). Sum of RGB (Red+Green+Blue) = 244+139+44=427 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.14% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 244 - color contains mainly: red. Hex color #F48B2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48B2C is #0B74D3. Grayscale: #A0A0A0. Windows color (decimal): -750804 or 2919412. OLE color: 2919412.
HSL color Cylindrical-coordinate representation of color #F48B2C: hue angle of 28.5º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F48B2C is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 139 | 44 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.04 |
| HSL | 28.5º | 0.9% | 0.56% | - |
| HSV(B) | 28.5º | 0.82% | 0.96% | - |
| XYZ | 47 | 37.88 | 7.22 | - |
| YUV | 159.57 | 62.79 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 139 | 44 | 0 | 0.43 | 0.82 | 0.04 | 28.5 | 0.9 | 0.56 |
| Hex | F4 | 8B | 2C | 0 | 2B | 52 | 4 | 1C | 5A | 38 |
| Octal | 364 | 213 | 54 | 0 | 53 | 122 | 4 | 34 | 132 | 70 |
| Binary | 11110100 | 10001011 | 101100 | 0 | 101011 | 1010010 | 100 | 11100 | 1011010 | 111000 |
Color Harmonies of #F48B2C
Complementary color
Monochromatic Colors of #F48B2C
Black with #F48B2C
Text Example
Text Example
White with #F48B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48B2C; }
p { color: rgb(244,139,44); }
H1.HeaderClassName
{
color: #F48B2C;
}
.AnyTagClassName
{
color: #F48B2C;
}
</style>
background-color css
<style>
a { background-color: #F48B2C; }
a { background-color: rgb(244,139,44); }
div.DivClassName
{
background-color: #F48B2C;
}
.BgClassName
{
background-color: #F48B2C;
}
</style>
border-color css
<style>
span { border-color: #F48B2C; }
span { border-color: rgb(244,139,44); }
td.TdClassName
{
border-color: #F48B2C;
}
.TagClassName
{
border-color: #F48B2C;
}
</style>