Shades of Sunglow #FFD52D
Tints of Sunglow #FFD52D
RGB
CMYK
RGB Variations
Color information
#FFD52D (or 0xFFD52D) is known color: Sunglow. HEX triplet: FF, D5 and 2D. RGB value is (255,213,45). Sum of RGB (Red+Green+Blue) = 255+213+45=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 45 (17.97% from 255 or 8.77% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD52D is #002AD2. Grayscale: #CFCFCF. Windows color (decimal): -10963 or 3003903. OLE color: 3003903.
HSL color Cylindrical-coordinate representation of color #FFD52D: hue angle of 48º 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 #FFD52D is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 45 | - |
| CMYK | 0 | 0.16 | 0.82 | 0 |
| HSL | 48º | 1% | 0.59% | - |
| HSV(B) | 48º | 0.82% | 1% | - |
| XYZ | 65.51 | 69.04 | 12.36 | - |
| YUV | 206.41 | 36.91 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 45 | 0 | 0.16 | 0.82 | 0 | 48 | 1 | 0.59 |
| Hex | FF | D5 | 2D | 0 | 10 | 52 | 0 | 30 | 64 | 3B |
| Octal | 377 | 325 | 55 | 0 | 20 | 122 | 0 | 60 | 144 | 73 |
| Binary | 11111111 | 11010101 | 101101 | 0 | 10000 | 1010010 | 0 | 110000 | 1100100 | 111011 |
Color Harmonies of #FFD52D
Complementary color
Monochromatic Colors of #FFD52D
Black with #FFD52D
Text Example
Text Example
White with #FFD52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD52D; }
p { color: rgb(255,213,45); }
H1.HeaderClassName
{
color: #FFD52D;
}
.AnyTagClassName
{
color: #FFD52D;
}
</style>
background-color css
<style>
a { background-color: #FFD52D; }
a { background-color: rgb(255,213,45); }
div.DivClassName
{
background-color: #FFD52D;
}
.BgClassName
{
background-color: #FFD52D;
}
</style>
border-color css
<style>
span { border-color: #FFD52D; }
span { border-color: rgb(255,213,45); }
td.TdClassName
{
border-color: #FFD52D;
}
.TagClassName
{
border-color: #FFD52D;
}
</style>