Shades of Sun #F47F2A
Tints of Sun #F47F2A
RGB
CMYK
RGB Variations
Color information
#F47F2A (or 0xF47F2A) is known color: Sun. HEX triplet: F4, 7F and 2A. RGB value is (244,127,42). Sum of RGB (Red+Green+Blue) = 244+127+42=413 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.08% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47F2A is #0B80D5. Grayscale: #989898. Windows color (decimal): -753878 or 2785268. OLE color: 2785268.
HSL color Cylindrical-coordinate representation of color #F47F2A: hue angle of 25.25º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F47F2A is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 127 | 42 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.04 |
| HSL | 25.25º | 0.9% | 0.56% | - |
| HSV(B) | 25.25º | 0.83% | 0.96% | - |
| XYZ | 45.32 | 34.58 | 6.48 | - |
| YUV | 152.29 | 65.76 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 127 | 42 | 0 | 0.48 | 0.83 | 0.04 | 25.25 | 0.9 | 0.56 |
| Hex | F4 | 7F | 2A | 0 | 30 | 53 | 4 | 19 | 5A | 38 |
| Octal | 364 | 177 | 52 | 0 | 60 | 123 | 4 | 31 | 132 | 70 |
| Binary | 11110100 | 1111111 | 101010 | 0 | 110000 | 1010011 | 100 | 11001 | 1011010 | 111000 |
Color Harmonies of #F47F2A
Complementary color
Monochromatic Colors of #F47F2A
Black with #F47F2A
Text Example
Text Example
White with #F47F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47F2A; }
p { color: rgb(244,127,42); }
H1.HeaderClassName
{
color: #F47F2A;
}
.AnyTagClassName
{
color: #F47F2A;
}
</style>
background-color css
<style>
a { background-color: #F47F2A; }
a { background-color: rgb(244,127,42); }
div.DivClassName
{
background-color: #F47F2A;
}
.BgClassName
{
background-color: #F47F2A;
}
</style>
border-color css
<style>
span { border-color: #F47F2A; }
span { border-color: rgb(244,127,42); }
td.TdClassName
{
border-color: #F47F2A;
}
.TagClassName
{
border-color: #F47F2A;
}
</style>