Shades of Sunglow #FFD02E
Tints of Sunglow #FFD02E
RGB
CMYK
RGB Variations
Color information
#FFD02E (or 0xFFD02E) is known color: Sunglow. HEX triplet: FF, D0 and 2E. RGB value is (255,208,46). Sum of RGB (Red+Green+Blue) = 255+208+46=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 46 (18.36% from 255 or 9.04% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD02E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD02E is #002FD1. Grayscale: #CCCCCC. Windows color (decimal): -12242 or 3068159. OLE color: 3068159.
HSL color Cylindrical-coordinate representation of color #FFD02E: hue angle of 46.51º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFD02E is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 46 | - |
| CMYK | 0 | 0.18 | 0.82 | 0 |
| HSL | 46.51º | 1% | 0.59% | - |
| HSV(B) | 46.51º | 0.82% | 1% | - |
| XYZ | 64.29 | 66.57 | 12.05 | - |
| YUV | 203.59 | 39.07 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 46 | 0 | 0.18 | 0.82 | 0 | 46.51 | 1 | 0.59 |
| Hex | FF | D0 | 2E | 0 | 12 | 52 | 0 | 2F | 64 | 3B |
| Octal | 377 | 320 | 56 | 0 | 22 | 122 | 0 | 57 | 144 | 73 |
| Binary | 11111111 | 11010000 | 101110 | 0 | 10010 | 1010010 | 0 | 101111 | 1100100 | 111011 |
Color Harmonies of #FFD02E
Complementary color
Monochromatic Colors of #FFD02E
Black with #FFD02E
Text Example
Text Example
White with #FFD02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD02E; }
p { color: rgb(255,208,46); }
H1.HeaderClassName
{
color: #FFD02E;
}
.AnyTagClassName
{
color: #FFD02E;
}
</style>
background-color css
<style>
a { background-color: #FFD02E; }
a { background-color: rgb(255,208,46); }
div.DivClassName
{
background-color: #FFD02E;
}
.BgClassName
{
background-color: #FFD02E;
}
</style>
border-color css
<style>
span { border-color: #FFD02E; }
span { border-color: rgb(255,208,46); }
td.TdClassName
{
border-color: #FFD02E;
}
.TagClassName
{
border-color: #FFD02E;
}
</style>