Shades of Sunglow #F8D43D
Tints of Sunglow #F8D43D
RGB
CMYK
RGB Variations
Color information
#F8D43D (or 0xF8D43D) is known color: Sunglow. HEX triplet: F8, D4 and 3D. RGB value is (248,212,61). Sum of RGB (Red+Green+Blue) = 248+212+61=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 61 (24.22% from 255 or 11.71% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D43D is #072BC2. Grayscale: #CECECE. Windows color (decimal): -469955 or 4052216. OLE color: 4052216.
HSL color Cylindrical-coordinate representation of color #F8D43D: hue angle of 48.45º 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 #F8D43D is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 61 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.03 |
| HSL | 48.45º | 0.93% | 0.61% | - |
| HSV(B) | 48.45º | 0.75% | 0.97% | - |
| XYZ | 63.1 | 67.38 | 14.1 | - |
| YUV | 205.55 | 46.43 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 61 | 0 | 0.15 | 0.75 | 0.03 | 48.45 | 0.93 | 0.61 |
| Hex | F8 | D4 | 3D | 0 | F | 4B | 3 | 30 | 5D | 3D |
| Octal | 370 | 324 | 75 | 0 | 17 | 113 | 3 | 60 | 135 | 75 |
| Binary | 11111000 | 11010100 | 111101 | 0 | 1111 | 1001011 | 11 | 110000 | 1011101 | 111101 |
Color Harmonies of #F8D43D
Complementary color
Monochromatic Colors of #F8D43D
Black with #F8D43D
Text Example
Text Example
White with #F8D43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D43D; }
p { color: rgb(248,212,61); }
H1.HeaderClassName
{
color: #F8D43D;
}
.AnyTagClassName
{
color: #F8D43D;
}
</style>
background-color css
<style>
a { background-color: #F8D43D; }
a { background-color: rgb(248,212,61); }
div.DivClassName
{
background-color: #F8D43D;
}
.BgClassName
{
background-color: #F8D43D;
}
</style>
border-color css
<style>
span { border-color: #F8D43D; }
span { border-color: rgb(248,212,61); }
td.TdClassName
{
border-color: #F8D43D;
}
.TagClassName
{
border-color: #F8D43D;
}
</style>