Shades of Sunglow #FFD028
Tints of Sunglow #FFD028
RGB
CMYK
RGB Variations
Color information
#FFD028 (or 0xFFD028) is known color: Sunglow. HEX triplet: FF, D0 and 28. RGB value is (255,208,40). Sum of RGB (Red+Green+Blue) = 255+208+40=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 40 (16.02% from 255 or 7.95% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD028 is #002FD7. Grayscale: #CBCBCB. Windows color (decimal): -12248 or 2674943. OLE color: 2674943.
HSL color Cylindrical-coordinate representation of color #FFD028: hue angle of 46.88º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFD028 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 40 | - |
| CMYK | 0 | 0.18 | 0.84 | 0 |
| HSL | 46.88º | 1% | 0.58% | - |
| HSV(B) | 46.88º | 0.84% | 1% | - |
| XYZ | 64.18 | 66.52 | 11.47 | - |
| YUV | 202.9 | 36.07 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 40 | 0 | 0.18 | 0.84 | 0 | 46.88 | 1 | 0.58 |
| Hex | FF | D0 | 28 | 0 | 12 | 54 | 0 | 2F | 64 | 3A |
| Octal | 377 | 320 | 50 | 0 | 22 | 124 | 0 | 57 | 144 | 72 |
| Binary | 11111111 | 11010000 | 101000 | 0 | 10010 | 1010100 | 0 | 101111 | 1100100 | 111010 |
Color Harmonies of #FFD028
Complementary color
Monochromatic Colors of #FFD028
Black with #FFD028
Text Example
Text Example
White with #FFD028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD028; }
p { color: rgb(255,208,40); }
H1.HeaderClassName
{
color: #FFD028;
}
.AnyTagClassName
{
color: #FFD028;
}
</style>
background-color css
<style>
a { background-color: #FFD028; }
a { background-color: rgb(255,208,40); }
div.DivClassName
{
background-color: #FFD028;
}
.BgClassName
{
background-color: #FFD028;
}
</style>
border-color css
<style>
span { border-color: #FFD028; }
span { border-color: rgb(255,208,40); }
td.TdClassName
{
border-color: #FFD028;
}
.TagClassName
{
border-color: #FFD028;
}
</style>