Shades of Sun #F4953D
Tints of Sun #F4953D
RGB
CMYK
RGB Variations
Color information
#F4953D (or 0xF4953D) is known color: Sun. HEX triplet: F4, 95 and 3D. RGB value is (244,149,61). Sum of RGB (Red+Green+Blue) = 244+149+61=454 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.74% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 61 (24.22% from 255 or 13.44% from 454); Max value from RGB is 244 - color contains mainly: red. Hex color #F4953D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4953D is #0B6AC2. Grayscale: #A7A7A7. Windows color (decimal): -748227 or 4036084. OLE color: 4036084.
HSL color Cylindrical-coordinate representation of color #F4953D: hue angle of 28.85º 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 #F4953D is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 149 | 61 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.04 |
| HSL | 28.85º | 0.89% | 0.6% | - |
| HSV(B) | 28.85º | 0.75% | 0.96% | - |
| XYZ | 48.9 | 41.06 | 9.76 | - |
| YUV | 167.37 | 67.97 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 149 | 61 | 0 | 0.39 | 0.75 | 0.04 | 28.85 | 0.89 | 0.6 |
| Hex | F4 | 95 | 3D | 0 | 27 | 4B | 4 | 1D | 59 | 3C |
| Octal | 364 | 225 | 75 | 0 | 47 | 113 | 4 | 35 | 131 | 74 |
| Binary | 11110100 | 10010101 | 111101 | 0 | 100111 | 1001011 | 100 | 11101 | 1011001 | 111100 |
Color Harmonies of #F4953D
Complementary color
Monochromatic Colors of #F4953D
Black with #F4953D
Text Example
Text Example
White with #F4953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4953D; }
p { color: rgb(244,149,61); }
H1.HeaderClassName
{
color: #F4953D;
}
.AnyTagClassName
{
color: #F4953D;
}
</style>
background-color css
<style>
a { background-color: #F4953D; }
a { background-color: rgb(244,149,61); }
div.DivClassName
{
background-color: #F4953D;
}
.BgClassName
{
background-color: #F4953D;
}
</style>
border-color css
<style>
span { border-color: #F4953D; }
span { border-color: rgb(244,149,61); }
td.TdClassName
{
border-color: #F4953D;
}
.TagClassName
{
border-color: #F4953D;
}
</style>