Shades of Sunglow #FFD52F
Tints of Sunglow #FFD52F
RGB
CMYK
RGB Variations
Color information
#FFD52F (or 0xFFD52F) is known color: Sunglow. HEX triplet: FF, D5 and 2F. RGB value is (255,213,47). Sum of RGB (Red+Green+Blue) = 255+213+47=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 47 (18.75% from 255 or 9.13% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD52F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD52F is #002AD0. Grayscale: #CFCFCF. Windows color (decimal): -10961 or 3134975. OLE color: 3134975.
HSL color Cylindrical-coordinate representation of color #FFD52F: hue angle of 47.88º 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 #FFD52F is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 47 | - |
| CMYK | 0 | 0.16 | 0.82 | 0 |
| HSL | 47.88º | 1% | 0.59% | - |
| HSV(B) | 47.88º | 0.82% | 1% | - |
| XYZ | 65.55 | 69.05 | 12.56 | - |
| YUV | 206.63 | 37.91 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 47 | 0 | 0.16 | 0.82 | 0 | 47.88 | 1 | 0.59 |
| Hex | FF | D5 | 2F | 0 | 10 | 52 | 0 | 30 | 64 | 3B |
| Octal | 377 | 325 | 57 | 0 | 20 | 122 | 0 | 60 | 144 | 73 |
| Binary | 11111111 | 11010101 | 101111 | 0 | 10000 | 1010010 | 0 | 110000 | 1100100 | 111011 |
Color Harmonies of #FFD52F
Complementary color
Monochromatic Colors of #FFD52F
Black with #FFD52F
Text Example
Text Example
White with #FFD52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD52F; }
p { color: rgb(255,213,47); }
H1.HeaderClassName
{
color: #FFD52F;
}
.AnyTagClassName
{
color: #FFD52F;
}
</style>
background-color css
<style>
a { background-color: #FFD52F; }
a { background-color: rgb(255,213,47); }
div.DivClassName
{
background-color: #FFD52F;
}
.BgClassName
{
background-color: #FFD52F;
}
</style>
border-color css
<style>
span { border-color: #FFD52F; }
span { border-color: rgb(255,213,47); }
td.TdClassName
{
border-color: #FFD52F;
}
.TagClassName
{
border-color: #FFD52F;
}
</style>