Shades of Sunglow #FFD82F
Tints of Sunglow #FFD82F
RGB
CMYK
RGB Variations
Color information
#FFD82F (or 0xFFD82F) is known color: Sunglow. HEX triplet: FF, D8 and 2F. RGB value is (255,216,47). Sum of RGB (Red+Green+Blue) = 255+216+47=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 47 (18.75% from 255 or 9.07% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD82F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD82F is #0027D0. Grayscale: #D1D1D1. Windows color (decimal): -10193 or 3135743. OLE color: 3135743.
HSL color Cylindrical-coordinate representation of color #FFD82F: hue angle of 48.75º 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 #FFD82F is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 47 | - |
| CMYK | 0 | 0.15 | 0.82 | 0 |
| HSL | 48.75º | 1% | 0.59% | - |
| HSV(B) | 48.75º | 0.82% | 1% | - |
| XYZ | 66.31 | 70.58 | 12.82 | - |
| YUV | 208.4 | 36.92 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 47 | 0 | 0.15 | 0.82 | 0 | 48.75 | 1 | 0.59 |
| Hex | FF | D8 | 2F | 0 | F | 52 | 0 | 31 | 64 | 3B |
| Octal | 377 | 330 | 57 | 0 | 17 | 122 | 0 | 61 | 144 | 73 |
| Binary | 11111111 | 11011000 | 101111 | 0 | 1111 | 1010010 | 0 | 110001 | 1100100 | 111011 |
Color Harmonies of #FFD82F
Complementary color
Monochromatic Colors of #FFD82F
Black with #FFD82F
Text Example
Text Example
White with #FFD82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD82F; }
p { color: rgb(255,216,47); }
H1.HeaderClassName
{
color: #FFD82F;
}
.AnyTagClassName
{
color: #FFD82F;
}
</style>
background-color css
<style>
a { background-color: #FFD82F; }
a { background-color: rgb(255,216,47); }
div.DivClassName
{
background-color: #FFD82F;
}
.BgClassName
{
background-color: #FFD82F;
}
</style>
border-color css
<style>
span { border-color: #FFD82F; }
span { border-color: rgb(255,216,47); }
td.TdClassName
{
border-color: #FFD82F;
}
.TagClassName
{
border-color: #FFD82F;
}
</style>