Shades of Sunglow #F8C742
Tints of Sunglow #F8C742
RGB
CMYK
RGB Variations
Color information
#F8C742 (or 0xF8C742) is known color: Sunglow. HEX triplet: F8, C7 and 42. RGB value is (248,199,66). Sum of RGB (Red+Green+Blue) = 248+199+66=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 66 (26.17% from 255 or 12.87% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C742 is #0738BD. Grayscale: #C7C7C7. Windows color (decimal): -473278 or 4376568. OLE color: 4376568.
HSL color Cylindrical-coordinate representation of color #F8C742: hue angle of 43.85º 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 #F8C742 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 66 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.03 |
| HSL | 43.85º | 0.93% | 0.62% | - |
| HSV(B) | 43.85º | 0.73% | 0.97% | - |
| XYZ | 60.12 | 61.2 | 13.8 | - |
| YUV | 198.49 | 53.23 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 66 | 0 | 0.20 | 0.73 | 0.03 | 43.85 | 0.93 | 0.62 |
| Hex | F8 | C7 | 42 | 0 | 14 | 49 | 3 | 2C | 5D | 3E |
| Octal | 370 | 307 | 102 | 0 | 24 | 111 | 3 | 54 | 135 | 76 |
| Binary | 11111000 | 11000111 | 1000010 | 0 | 10100 | 1001001 | 11 | 101100 | 1011101 | 111110 |
Color Harmonies of #F8C742
Complementary color
Monochromatic Colors of #F8C742
Black with #F8C742
Text Example
Text Example
White with #F8C742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C742; }
p { color: rgb(248,199,66); }
H1.HeaderClassName
{
color: #F8C742;
}
.AnyTagClassName
{
color: #F8C742;
}
</style>
background-color css
<style>
a { background-color: #F8C742; }
a { background-color: rgb(248,199,66); }
div.DivClassName
{
background-color: #F8C742;
}
.BgClassName
{
background-color: #F8C742;
}
</style>
border-color css
<style>
span { border-color: #F8C742; }
span { border-color: rgb(248,199,66); }
td.TdClassName
{
border-color: #F8C742;
}
.TagClassName
{
border-color: #F8C742;
}
</style>