Shades of Sunglow #F8D33D
Tints of Sunglow #F8D33D
RGB
CMYK
RGB Variations
Color information
#F8D33D (or 0xF8D33D) is known color: Sunglow. HEX triplet: F8, D3 and 3D. RGB value is (248,211,61). Sum of RGB (Red+Green+Blue) = 248+211+61=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 61 (24.22% from 255 or 11.73% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D33D is #072CC2. Grayscale: #CDCDCD. Windows color (decimal): -470211 or 4051960. OLE color: 4051960.
HSL color Cylindrical-coordinate representation of color #F8D33D: hue angle of 48.13º 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 #F8D33D is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 211 | 61 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.03 |
| HSL | 48.13º | 0.93% | 0.61% | - |
| HSV(B) | 48.13º | 0.75% | 0.97% | - |
| XYZ | 62.85 | 66.88 | 14.01 | - |
| YUV | 204.96 | 46.76 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 211 | 61 | 0 | 0.15 | 0.75 | 0.03 | 48.13 | 0.93 | 0.61 |
| Hex | F8 | D3 | 3D | 0 | F | 4B | 3 | 30 | 5D | 3D |
| Octal | 370 | 323 | 75 | 0 | 17 | 113 | 3 | 60 | 135 | 75 |
| Binary | 11111000 | 11010011 | 111101 | 0 | 1111 | 1001011 | 11 | 110000 | 1011101 | 111101 |
Color Harmonies of #F8D33D
Complementary color
Monochromatic Colors of #F8D33D
Black with #F8D33D
Text Example
Text Example
White with #F8D33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D33D; }
p { color: rgb(248,211,61); }
H1.HeaderClassName
{
color: #F8D33D;
}
.AnyTagClassName
{
color: #F8D33D;
}
</style>
background-color css
<style>
a { background-color: #F8D33D; }
a { background-color: rgb(248,211,61); }
div.DivClassName
{
background-color: #F8D33D;
}
.BgClassName
{
background-color: #F8D33D;
}
</style>
border-color css
<style>
span { border-color: #F8D33D; }
span { border-color: rgb(248,211,61); }
td.TdClassName
{
border-color: #F8D33D;
}
.TagClassName
{
border-color: #F8D33D;
}
</style>