Shades of Sunglow #FFD02B
Tints of Sunglow #FFD02B
RGB
CMYK
RGB Variations
Color information
#FFD02B (or 0xFFD02B) is known color: Sunglow. HEX triplet: FF, D0 and 2B. RGB value is (255,208,43). Sum of RGB (Red+Green+Blue) = 255+208+43=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 43 (17.19% from 255 or 8.50% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD02B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD02B is #002FD4. Grayscale: #CBCBCB. Windows color (decimal): -12245 or 2871551. OLE color: 2871551.
HSL color Cylindrical-coordinate representation of color #FFD02B: hue angle of 46.7º 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 #FFD02B is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 43 | - |
| CMYK | 0 | 0.18 | 0.83 | 0 |
| HSL | 46.7º | 1% | 0.58% | - |
| HSV(B) | 46.7º | 0.83% | 1% | - |
| XYZ | 64.23 | 66.55 | 11.74 | - |
| YUV | 203.24 | 37.57 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 43 | 0 | 0.18 | 0.83 | 0 | 46.7 | 1 | 0.58 |
| Hex | FF | D0 | 2B | 0 | 12 | 53 | 0 | 2F | 64 | 3A |
| Octal | 377 | 320 | 53 | 0 | 22 | 123 | 0 | 57 | 144 | 72 |
| Binary | 11111111 | 11010000 | 101011 | 0 | 10010 | 1010011 | 0 | 101111 | 1100100 | 111010 |
Color Harmonies of #FFD02B
Complementary color
Monochromatic Colors of #FFD02B
Black with #FFD02B
Text Example
Text Example
White with #FFD02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD02B; }
p { color: rgb(255,208,43); }
H1.HeaderClassName
{
color: #FFD02B;
}
.AnyTagClassName
{
color: #FFD02B;
}
</style>
background-color css
<style>
a { background-color: #FFD02B; }
a { background-color: rgb(255,208,43); }
div.DivClassName
{
background-color: #FFD02B;
}
.BgClassName
{
background-color: #FFD02B;
}
</style>
border-color css
<style>
span { border-color: #FFD02B; }
span { border-color: rgb(255,208,43); }
td.TdClassName
{
border-color: #FFD02B;
}
.TagClassName
{
border-color: #FFD02B;
}
</style>