Shades of Sunglow #FFD82B
Tints of Sunglow #FFD82B
RGB
CMYK
RGB Variations
Color information
#FFD82B (or 0xFFD82B) is known color: Sunglow. HEX triplet: FF, D8 and 2B. RGB value is (255,216,43). Sum of RGB (Red+Green+Blue) = 255+216+43=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 43 (17.19% from 255 or 8.37% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD82B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD82B is #0027D4. Grayscale: #D0D0D0. Windows color (decimal): -10197 or 2873599. OLE color: 2873599.
HSL color Cylindrical-coordinate representation of color #FFD82B: hue angle of 48.96º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFD82B is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 43 | - |
| CMYK | 0 | 0.15 | 0.83 | 0 |
| HSL | 48.96º | 1% | 0.58% | - |
| HSV(B) | 48.96º | 0.83% | 1% | - |
| XYZ | 66.23 | 70.55 | 12.41 | - |
| YUV | 207.94 | 34.92 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 43 | 0 | 0.15 | 0.83 | 0 | 48.96 | 1 | 0.58 |
| Hex | FF | D8 | 2B | 0 | F | 53 | 0 | 31 | 64 | 3A |
| Octal | 377 | 330 | 53 | 0 | 17 | 123 | 0 | 61 | 144 | 72 |
| Binary | 11111111 | 11011000 | 101011 | 0 | 1111 | 1010011 | 0 | 110001 | 1100100 | 111010 |
Color Harmonies of #FFD82B
Complementary color
Monochromatic Colors of #FFD82B
Black with #FFD82B
Text Example
Text Example
White with #FFD82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD82B; }
p { color: rgb(255,216,43); }
H1.HeaderClassName
{
color: #FFD82B;
}
.AnyTagClassName
{
color: #FFD82B;
}
</style>
background-color css
<style>
a { background-color: #FFD82B; }
a { background-color: rgb(255,216,43); }
div.DivClassName
{
background-color: #FFD82B;
}
.BgClassName
{
background-color: #FFD82B;
}
</style>
border-color css
<style>
span { border-color: #FFD82B; }
span { border-color: rgb(255,216,43); }
td.TdClassName
{
border-color: #FFD82B;
}
.TagClassName
{
border-color: #FFD82B;
}
</style>