Shades of Sunglow #F8C542
Tints of Sunglow #F8C542
RGB
CMYK
RGB Variations
Color information
#F8C542 (or 0xF8C542) is known color: Sunglow. HEX triplet: F8, C5 and 42. RGB value is (248,197,66). Sum of RGB (Red+Green+Blue) = 248+197+66=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 66 (26.17% from 255 or 12.92% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C542 is #073ABD. Grayscale: #C5C5C5. Windows color (decimal): -473790 or 4376056. OLE color: 4376056.
HSL color Cylindrical-coordinate representation of color #F8C542: hue angle of 43.19º 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 #F8C542 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 66 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.03 |
| HSL | 43.19º | 0.93% | 0.62% | - |
| HSV(B) | 43.19º | 0.73% | 0.97% | - |
| XYZ | 59.66 | 60.28 | 13.65 | - |
| YUV | 197.32 | 53.9 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 66 | 0 | 0.21 | 0.73 | 0.03 | 43.19 | 0.93 | 0.62 |
| Hex | F8 | C5 | 42 | 0 | 15 | 49 | 3 | 2B | 5D | 3E |
| Octal | 370 | 305 | 102 | 0 | 25 | 111 | 3 | 53 | 135 | 76 |
| Binary | 11111000 | 11000101 | 1000010 | 0 | 10101 | 1001001 | 11 | 101011 | 1011101 | 111110 |
Color Harmonies of #F8C542
Complementary color
Monochromatic Colors of #F8C542
Black with #F8C542
Text Example
Text Example
White with #F8C542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C542; }
p { color: rgb(248,197,66); }
H1.HeaderClassName
{
color: #F8C542;
}
.AnyTagClassName
{
color: #F8C542;
}
</style>
background-color css
<style>
a { background-color: #F8C542; }
a { background-color: rgb(248,197,66); }
div.DivClassName
{
background-color: #F8C542;
}
.BgClassName
{
background-color: #F8C542;
}
</style>
border-color css
<style>
span { border-color: #F8C542; }
span { border-color: rgb(248,197,66); }
td.TdClassName
{
border-color: #F8C542;
}
.TagClassName
{
border-color: #F8C542;
}
</style>