Shades of Sunshade #F2A548
Tints of Sunshade #F2A548
RGB
CMYK
RGB Variations
Color information
#F2A548 (or 0xF2A548) is known color: Sunshade. HEX triplet: F2, A5 and 48. RGB value is (242,165,72). Sum of RGB (Red+Green+Blue) = 242+165+72=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 72 (28.52% from 255 or 15.03% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A548 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A548 is #0D5AB7. Grayscale: #B1B1B1. Windows color (decimal): -875192 or 4761074. OLE color: 4761074.
HSL color Cylindrical-coordinate representation of color #F2A548: hue angle of 32.82º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2A548 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 165 | 72 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.05 |
| HSL | 32.82º | 0.87% | 0.62% | - |
| HSV(B) | 32.82º | 0.7% | 0.95% | - |
| XYZ | 51.24 | 46.26 | 12.36 | - |
| YUV | 177.42 | 68.51 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 72 | 0 | 0.32 | 0.70 | 0.05 | 32.82 | 0.87 | 0.62 |
| Hex | F2 | A5 | 48 | 0 | 20 | 46 | 5 | 21 | 57 | 3E |
| Octal | 362 | 245 | 110 | 0 | 40 | 106 | 5 | 41 | 127 | 76 |
| Binary | 11110010 | 10100101 | 1001000 | 0 | 100000 | 1000110 | 101 | 100001 | 1010111 | 111110 |
Color Harmonies of #F2A548
Complementary color
Monochromatic Colors of #F2A548
Black with #F2A548
Text Example
Text Example
White with #F2A548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A548; }
p { color: rgb(242,165,72); }
H1.HeaderClassName
{
color: #F2A548;
}
.AnyTagClassName
{
color: #F2A548;
}
</style>
background-color css
<style>
a { background-color: #F2A548; }
a { background-color: rgb(242,165,72); }
div.DivClassName
{
background-color: #F2A548;
}
.BgClassName
{
background-color: #F2A548;
}
</style>
border-color css
<style>
span { border-color: #F2A548; }
span { border-color: rgb(242,165,72); }
td.TdClassName
{
border-color: #F2A548;
}
.TagClassName
{
border-color: #F2A548;
}
</style>