Shades of Sunglow #FFD52B
Tints of Sunglow #FFD52B
RGB
CMYK
RGB Variations
Color information
#FFD52B (or 0xFFD52B) is known color: Sunglow. HEX triplet: FF, D5 and 2B. RGB value is (255,213,43). Sum of RGB (Red+Green+Blue) = 255+213+43=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 43 (17.19% from 255 or 8.41% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD52B is #002AD4. Grayscale: #CECECE. Windows color (decimal): -10965 or 2872831. OLE color: 2872831.
HSL color Cylindrical-coordinate representation of color #FFD52B: hue angle of 48.11º 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 #FFD52B is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 43 | - |
| CMYK | 0 | 0.16 | 0.83 | 0 |
| HSL | 48.11º | 1% | 0.58% | - |
| HSV(B) | 48.11º | 0.83% | 1% | - |
| XYZ | 65.47 | 69.02 | 12.16 | - |
| YUV | 206.18 | 35.91 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 43 | 0 | 0.16 | 0.83 | 0 | 48.11 | 1 | 0.58 |
| Hex | FF | D5 | 2B | 0 | 10 | 53 | 0 | 30 | 64 | 3A |
| Octal | 377 | 325 | 53 | 0 | 20 | 123 | 0 | 60 | 144 | 72 |
| Binary | 11111111 | 11010101 | 101011 | 0 | 10000 | 1010011 | 0 | 110000 | 1100100 | 111010 |
Color Harmonies of #FFD52B
Complementary color
Monochromatic Colors of #FFD52B
Black with #FFD52B
Text Example
Text Example
White with #FFD52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD52B; }
p { color: rgb(255,213,43); }
H1.HeaderClassName
{
color: #FFD52B;
}
.AnyTagClassName
{
color: #FFD52B;
}
</style>
background-color css
<style>
a { background-color: #FFD52B; }
a { background-color: rgb(255,213,43); }
div.DivClassName
{
background-color: #FFD52B;
}
.BgClassName
{
background-color: #FFD52B;
}
</style>
border-color css
<style>
span { border-color: #FFD52B; }
span { border-color: rgb(255,213,43); }
td.TdClassName
{
border-color: #FFD52B;
}
.TagClassName
{
border-color: #FFD52B;
}
</style>