Shades of Sunglow #F8D03D
Tints of Sunglow #F8D03D
RGB
CMYK
RGB Variations
Color information
#F8D03D (or 0xF8D03D) is known color: Sunglow. HEX triplet: F8, D0 and 3D. RGB value is (248,208,61). Sum of RGB (Red+Green+Blue) = 248+208+61=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 61 (24.22% from 255 or 11.80% from 517); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D03D is #072FC2. Grayscale: #CBCBCB. Windows color (decimal): -470979 or 4051192. OLE color: 4051192.
HSL color Cylindrical-coordinate representation of color #F8D03D: hue angle of 47.17º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8D03D is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 61 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.03 |
| HSL | 47.17º | 0.93% | 0.61% | - |
| HSV(B) | 47.17º | 0.75% | 0.97% | - |
| XYZ | 62.11 | 65.41 | 13.77 | - |
| YUV | 203.2 | 47.75 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 61 | 0 | 0.16 | 0.75 | 0.03 | 47.17 | 0.93 | 0.61 |
| Hex | F8 | D0 | 3D | 0 | 10 | 4B | 3 | 2F | 5D | 3D |
| Octal | 370 | 320 | 75 | 0 | 20 | 113 | 3 | 57 | 135 | 75 |
| Binary | 11111000 | 11010000 | 111101 | 0 | 10000 | 1001011 | 11 | 101111 | 1011101 | 111101 |
Color Harmonies of #F8D03D
Complementary color
Monochromatic Colors of #F8D03D
Black with #F8D03D
Text Example
Text Example
White with #F8D03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D03D; }
p { color: rgb(248,208,61); }
H1.HeaderClassName
{
color: #F8D03D;
}
.AnyTagClassName
{
color: #F8D03D;
}
</style>
background-color css
<style>
a { background-color: #F8D03D; }
a { background-color: rgb(248,208,61); }
div.DivClassName
{
background-color: #F8D03D;
}
.BgClassName
{
background-color: #F8D03D;
}
</style>
border-color css
<style>
span { border-color: #F8D03D; }
span { border-color: rgb(248,208,61); }
td.TdClassName
{
border-color: #F8D03D;
}
.TagClassName
{
border-color: #F8D03D;
}
</style>