Shades of Sunglow #FFD02C
Tints of Sunglow #FFD02C
RGB
CMYK
RGB Variations
Color information
#FFD02C (or 0xFFD02C) is known color: Sunglow. HEX triplet: FF, D0 and 2C. RGB value is (255,208,44). Sum of RGB (Red+Green+Blue) = 255+208+44=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 44 (17.58% from 255 or 8.68% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD02C is #002FD3. Grayscale: #CCCCCC. Windows color (decimal): -12244 or 2937087. OLE color: 2937087.
HSL color Cylindrical-coordinate representation of color #FFD02C: hue angle of 46.64º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFD02C is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 44 | - |
| CMYK | 0 | 0.18 | 0.83 | 0 |
| HSL | 46.64º | 1% | 0.59% | - |
| HSV(B) | 46.64º | 0.83% | 1% | - |
| XYZ | 64.25 | 66.55 | 11.84 | - |
| YUV | 203.36 | 38.07 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 44 | 0 | 0.18 | 0.83 | 0 | 46.64 | 1 | 0.59 |
| Hex | FF | D0 | 2C | 0 | 12 | 53 | 0 | 2F | 64 | 3B |
| Octal | 377 | 320 | 54 | 0 | 22 | 123 | 0 | 57 | 144 | 73 |
| Binary | 11111111 | 11010000 | 101100 | 0 | 10010 | 1010011 | 0 | 101111 | 1100100 | 111011 |
Color Harmonies of #FFD02C
Complementary color
Monochromatic Colors of #FFD02C
Black with #FFD02C
Text Example
Text Example
White with #FFD02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD02C; }
p { color: rgb(255,208,44); }
H1.HeaderClassName
{
color: #FFD02C;
}
.AnyTagClassName
{
color: #FFD02C;
}
</style>
background-color css
<style>
a { background-color: #FFD02C; }
a { background-color: rgb(255,208,44); }
div.DivClassName
{
background-color: #FFD02C;
}
.BgClassName
{
background-color: #FFD02C;
}
</style>
border-color css
<style>
span { border-color: #FFD02C; }
span { border-color: rgb(255,208,44); }
td.TdClassName
{
border-color: #FFD02C;
}
.TagClassName
{
border-color: #FFD02C;
}
</style>