Shades of Sun #F4822F
Tints of Sun #F4822F
RGB
CMYK
RGB Variations
Color information
#F4822F (or 0xF4822F) is known color: Sun. HEX triplet: F4, 82 and 2F. RGB value is (244,130,47). Sum of RGB (Red+Green+Blue) = 244+130+47=421 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.96% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 244 - color contains mainly: red. Hex color #F4822F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4822F is #0B7DD0. Grayscale: #9B9B9B. Windows color (decimal): -753105 or 3113716. OLE color: 3113716.
HSL color Cylindrical-coordinate representation of color #F4822F: hue angle of 25.28º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F4822F is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 47 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.04 |
| HSL | 25.28º | 0.9% | 0.57% | - |
| HSV(B) | 25.28º | 0.81% | 0.96% | - |
| XYZ | 45.8 | 35.4 | 7.11 | - |
| YUV | 154.62 | 67.27 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 47 | 0 | 0.47 | 0.81 | 0.04 | 25.28 | 0.9 | 0.57 |
| Hex | F4 | 82 | 2F | 0 | 2F | 51 | 4 | 19 | 5A | 39 |
| Octal | 364 | 202 | 57 | 0 | 57 | 121 | 4 | 31 | 132 | 71 |
| Binary | 11110100 | 10000010 | 101111 | 0 | 101111 | 1010001 | 100 | 11001 | 1011010 | 111001 |
Color Harmonies of #F4822F
Complementary color
Monochromatic Colors of #F4822F
Black with #F4822F
Text Example
Text Example
White with #F4822F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4822F; }
p { color: rgb(244,130,47); }
H1.HeaderClassName
{
color: #F4822F;
}
.AnyTagClassName
{
color: #F4822F;
}
</style>
background-color css
<style>
a { background-color: #F4822F; }
a { background-color: rgb(244,130,47); }
div.DivClassName
{
background-color: #F4822F;
}
.BgClassName
{
background-color: #F4822F;
}
</style>
border-color css
<style>
span { border-color: #F4822F; }
span { border-color: rgb(244,130,47); }
td.TdClassName
{
border-color: #F4822F;
}
.TagClassName
{
border-color: #F4822F;
}
</style>