Shades of Sunshade #F8A442
Tints of Sunshade #F8A442
RGB
CMYK
RGB Variations
Color information
#F8A442 (or 0xF8A442) is known color: Sunshade. HEX triplet: F8, A4 and 42. RGB value is (248,164,66). Sum of RGB (Red+Green+Blue) = 248+164+66=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 66 (26.17% from 255 or 13.81% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A442 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A442 is #075BBD. Grayscale: #B2B2B2. Windows color (decimal): -482238 or 4367608. OLE color: 4367608.
HSL color Cylindrical-coordinate representation of color #F8A442: hue angle of 32.31º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F8A442 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 164 | 66 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.03 |
| HSL | 32.31º | 0.93% | 0.62% | - |
| HSV(B) | 32.31º | 0.73% | 0.97% | - |
| XYZ | 52.97 | 46.9 | 11.42 | - |
| YUV | 177.94 | 64.83 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 164 | 66 | 0 | 0.34 | 0.73 | 0.03 | 32.31 | 0.93 | 0.62 |
| Hex | F8 | A4 | 42 | 0 | 22 | 49 | 3 | 20 | 5D | 3E |
| Octal | 370 | 244 | 102 | 0 | 42 | 111 | 3 | 40 | 135 | 76 |
| Binary | 11111000 | 10100100 | 1000010 | 0 | 100010 | 1001001 | 11 | 100000 | 1011101 | 111110 |
Color Harmonies of #F8A442
Complementary color
Monochromatic Colors of #F8A442
Black with #F8A442
Text Example
Text Example
White with #F8A442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A442; }
p { color: rgb(248,164,66); }
H1.HeaderClassName
{
color: #F8A442;
}
.AnyTagClassName
{
color: #F8A442;
}
</style>
background-color css
<style>
a { background-color: #F8A442; }
a { background-color: rgb(248,164,66); }
div.DivClassName
{
background-color: #F8A442;
}
.BgClassName
{
background-color: #F8A442;
}
</style>
border-color css
<style>
span { border-color: #F8A442; }
span { border-color: rgb(248,164,66); }
td.TdClassName
{
border-color: #F8A442;
}
.TagClassName
{
border-color: #F8A442;
}
</style>