Shades of Sun #F4913F
Tints of Sun #F4913F
RGB
CMYK
RGB Variations
Color information
#F4913F (or 0xF4913F) is known color: Sun. HEX triplet: F4, 91 and 3F. RGB value is (244,145,63). Sum of RGB (Red+Green+Blue) = 244+145+63=452 (59% of max value = 765). Red value is 244 (95.70% from 255 or 53.98% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 63 (25% from 255 or 13.94% from 452); Max value from RGB is 244 - color contains mainly: red. Hex color #F4913F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4913F is #0B6EC0. Grayscale: #A5A5A5. Windows color (decimal): -749249 or 4166132. OLE color: 4166132.
HSL color Cylindrical-coordinate representation of color #F4913F: hue angle of 27.18º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F4913F is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 145 | 63 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.04 |
| HSL | 27.18º | 0.89% | 0.6% | - |
| HSV(B) | 27.18º | 0.74% | 0.96% | - |
| XYZ | 48.33 | 39.84 | 9.85 | - |
| YUV | 165.25 | 70.3 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 63 | 0 | 0.41 | 0.74 | 0.04 | 27.18 | 0.89 | 0.6 |
| Hex | F4 | 91 | 3F | 0 | 29 | 4A | 4 | 1B | 59 | 3C |
| Octal | 364 | 221 | 77 | 0 | 51 | 112 | 4 | 33 | 131 | 74 |
| Binary | 11110100 | 10010001 | 111111 | 0 | 101001 | 1001010 | 100 | 11011 | 1011001 | 111100 |
Color Harmonies of #F4913F
Complementary color
Monochromatic Colors of #F4913F
Black with #F4913F
Text Example
Text Example
White with #F4913F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4913F; }
p { color: rgb(244,145,63); }
H1.HeaderClassName
{
color: #F4913F;
}
.AnyTagClassName
{
color: #F4913F;
}
</style>
background-color css
<style>
a { background-color: #F4913F; }
a { background-color: rgb(244,145,63); }
div.DivClassName
{
background-color: #F4913F;
}
.BgClassName
{
background-color: #F4913F;
}
</style>
border-color css
<style>
span { border-color: #F4913F; }
span { border-color: rgb(244,145,63); }
td.TdClassName
{
border-color: #F4913F;
}
.TagClassName
{
border-color: #F4913F;
}
</style>