Shades of Sunglow #FFD82D
Tints of Sunglow #FFD82D
RGB
CMYK
RGB Variations
Color information
#FFD82D (or 0xFFD82D) is known color: Sunglow. HEX triplet: FF, D8 and 2D. RGB value is (255,216,45). Sum of RGB (Red+Green+Blue) = 255+216+45=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 45 (17.97% from 255 or 8.72% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD82D is #0027D2. Grayscale: #D0D0D0. Windows color (decimal): -10195 or 3004671. OLE color: 3004671.
HSL color Cylindrical-coordinate representation of color #FFD82D: hue angle of 48.86º 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 #FFD82D is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 45 | - |
| CMYK | 0 | 0.15 | 0.82 | 0 |
| HSL | 48.86º | 1% | 0.59% | - |
| HSV(B) | 48.86º | 0.82% | 1% | - |
| XYZ | 66.27 | 70.56 | 12.61 | - |
| YUV | 208.17 | 35.92 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 45 | 0 | 0.15 | 0.82 | 0 | 48.86 | 1 | 0.59 |
| Hex | FF | D8 | 2D | 0 | F | 52 | 0 | 31 | 64 | 3B |
| Octal | 377 | 330 | 55 | 0 | 17 | 122 | 0 | 61 | 144 | 73 |
| Binary | 11111111 | 11011000 | 101101 | 0 | 1111 | 1010010 | 0 | 110001 | 1100100 | 111011 |
Color Harmonies of #FFD82D
Complementary color
Monochromatic Colors of #FFD82D
Black with #FFD82D
Text Example
Text Example
White with #FFD82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD82D; }
p { color: rgb(255,216,45); }
H1.HeaderClassName
{
color: #FFD82D;
}
.AnyTagClassName
{
color: #FFD82D;
}
</style>
background-color css
<style>
a { background-color: #FFD82D; }
a { background-color: rgb(255,216,45); }
div.DivClassName
{
background-color: #FFD82D;
}
.BgClassName
{
background-color: #FFD82D;
}
</style>
border-color css
<style>
span { border-color: #FFD82D; }
span { border-color: rgb(255,216,45); }
td.TdClassName
{
border-color: #FFD82D;
}
.TagClassName
{
border-color: #FFD82D;
}
</style>