Shades of Sunshade #F8A548
Tints of Sunshade #F8A548
RGB
CMYK
RGB Variations
Color information
#F8A548 (or 0xF8A548) is known color: Sunshade. HEX triplet: F8, A5 and 48. RGB value is (248,165,72). Sum of RGB (Red+Green+Blue) = 248+165+72=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A548 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A548 is #075AB7. Grayscale: #B3B3B3. Windows color (decimal): -481976 or 4761080. OLE color: 4761080.
HSL color Cylindrical-coordinate representation of color #F8A548: hue angle of 31.7º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8A548 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 165 | 72 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.03 |
| HSL | 31.7º | 0.93% | 0.63% | - |
| HSV(B) | 31.7º | 0.71% | 0.97% | - |
| XYZ | 53.34 | 47.33 | 12.46 | - |
| YUV | 179.22 | 67.5 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 165 | 72 | 0 | 0.33 | 0.71 | 0.03 | 31.7 | 0.93 | 0.63 |
| Hex | F8 | A5 | 48 | 0 | 21 | 47 | 3 | 20 | 5D | 3F |
| Octal | 370 | 245 | 110 | 0 | 41 | 107 | 3 | 40 | 135 | 77 |
| Binary | 11111000 | 10100101 | 1001000 | 0 | 100001 | 1000111 | 11 | 100000 | 1011101 | 111111 |
Color Harmonies of #F8A548
Complementary color
Monochromatic Colors of #F8A548
Black with #F8A548
Text Example
Text Example
White with #F8A548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A548; }
p { color: rgb(248,165,72); }
H1.HeaderClassName
{
color: #F8A548;
}
.AnyTagClassName
{
color: #F8A548;
}
</style>
background-color css
<style>
a { background-color: #F8A548; }
a { background-color: rgb(248,165,72); }
div.DivClassName
{
background-color: #F8A548;
}
.BgClassName
{
background-color: #F8A548;
}
</style>
border-color css
<style>
span { border-color: #F8A548; }
span { border-color: rgb(248,165,72); }
td.TdClassName
{
border-color: #F8A548;
}
.TagClassName
{
border-color: #F8A548;
}
</style>