Shades of Sunshade #F8A348
Tints of Sunshade #F8A348
RGB
CMYK
RGB Variations
Color information
#F8A348 (or 0xF8A348) is known color: Sunshade. HEX triplet: F8, A3 and 48. RGB value is (248,163,72). Sum of RGB (Red+Green+Blue) = 248+163+72=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 72 (28.52% from 255 or 14.91% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A348 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A348 is #075CB7. Grayscale: #B2B2B2. Windows color (decimal): -482488 or 4760568. OLE color: 4760568.
HSL color Cylindrical-coordinate representation of color #F8A348: hue angle of 31.02º 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 #F8A348 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 72 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.03 |
| HSL | 31.02º | 0.93% | 0.63% | - |
| HSV(B) | 31.02º | 0.71% | 0.97% | - |
| XYZ | 52.98 | 46.62 | 12.34 | - |
| YUV | 178.04 | 68.16 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 72 | 0 | 0.34 | 0.71 | 0.03 | 31.02 | 0.93 | 0.63 |
| Hex | F8 | A3 | 48 | 0 | 22 | 47 | 3 | 1F | 5D | 3F |
| Octal | 370 | 243 | 110 | 0 | 42 | 107 | 3 | 37 | 135 | 77 |
| Binary | 11111000 | 10100011 | 1001000 | 0 | 100010 | 1000111 | 11 | 11111 | 1011101 | 111111 |
Color Harmonies of #F8A348
Complementary color
Monochromatic Colors of #F8A348
Black with #F8A348
Text Example
Text Example
White with #F8A348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A348; }
p { color: rgb(248,163,72); }
H1.HeaderClassName
{
color: #F8A348;
}
.AnyTagClassName
{
color: #F8A348;
}
</style>
background-color css
<style>
a { background-color: #F8A348; }
a { background-color: rgb(248,163,72); }
div.DivClassName
{
background-color: #F8A348;
}
.BgClassName
{
background-color: #F8A348;
}
</style>
border-color css
<style>
span { border-color: #F8A348; }
span { border-color: rgb(248,163,72); }
td.TdClassName
{
border-color: #F8A348;
}
.TagClassName
{
border-color: #F8A348;
}
</style>