Shades of Sunglow #FFD82A
Tints of Sunglow #FFD82A
RGB
CMYK
RGB Variations
Color information
#FFD82A (or 0xFFD82A) is known color: Sunglow. HEX triplet: FF, D8 and 2A. RGB value is (255,216,42). Sum of RGB (Red+Green+Blue) = 255+216+42=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 42 (16.80% from 255 or 8.19% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD82A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD82A is #0027D5. Grayscale: #D0D0D0. Windows color (decimal): -10198 or 2808063. OLE color: 2808063.
HSL color Cylindrical-coordinate representation of color #FFD82A: hue angle of 49.01º 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 #FFD82A is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 42 | - |
| CMYK | 0 | 0.15 | 0.84 | 0 |
| HSL | 49.01º | 1% | 0.58% | - |
| HSV(B) | 49.01º | 0.84% | 1% | - |
| XYZ | 66.21 | 70.54 | 12.32 | - |
| YUV | 207.83 | 34.42 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 42 | 0 | 0.15 | 0.84 | 0 | 49.01 | 1 | 0.58 |
| Hex | FF | D8 | 2A | 0 | F | 54 | 0 | 31 | 64 | 3A |
| Octal | 377 | 330 | 52 | 0 | 17 | 124 | 0 | 61 | 144 | 72 |
| Binary | 11111111 | 11011000 | 101010 | 0 | 1111 | 1010100 | 0 | 110001 | 1100100 | 111010 |
Color Harmonies of #FFD82A
Complementary color
Monochromatic Colors of #FFD82A
Black with #FFD82A
Text Example
Text Example
White with #FFD82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD82A; }
p { color: rgb(255,216,42); }
H1.HeaderClassName
{
color: #FFD82A;
}
.AnyTagClassName
{
color: #FFD82A;
}
</style>
background-color css
<style>
a { background-color: #FFD82A; }
a { background-color: rgb(255,216,42); }
div.DivClassName
{
background-color: #FFD82A;
}
.BgClassName
{
background-color: #FFD82A;
}
</style>
border-color css
<style>
span { border-color: #FFD82A; }
span { border-color: rgb(255,216,42); }
td.TdClassName
{
border-color: #FFD82A;
}
.TagClassName
{
border-color: #FFD82A;
}
</style>