Shades of Sunglow #FFD52C
Tints of Sunglow #FFD52C
RGB
CMYK
RGB Variations
Color information
#FFD52C (or 0xFFD52C) is known color: Sunglow. HEX triplet: FF, D5 and 2C. RGB value is (255,213,44). Sum of RGB (Red+Green+Blue) = 255+213+44=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 44 (17.58% from 255 or 8.59% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD52C is #002AD3. Grayscale: #CFCFCF. Windows color (decimal): -10964 or 2938367. OLE color: 2938367.
HSL color Cylindrical-coordinate representation of color #FFD52C: hue angle of 48.06º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFD52C is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 44 | - |
| CMYK | 0 | 0.16 | 0.83 | 0 |
| HSL | 48.06º | 1% | 0.59% | - |
| HSV(B) | 48.06º | 0.83% | 1% | - |
| XYZ | 65.49 | 69.03 | 12.26 | - |
| YUV | 206.29 | 36.41 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 44 | 0 | 0.16 | 0.83 | 0 | 48.06 | 1 | 0.59 |
| Hex | FF | D5 | 2C | 0 | 10 | 53 | 0 | 30 | 64 | 3B |
| Octal | 377 | 325 | 54 | 0 | 20 | 123 | 0 | 60 | 144 | 73 |
| Binary | 11111111 | 11010101 | 101100 | 0 | 10000 | 1010011 | 0 | 110000 | 1100100 | 111011 |
Color Harmonies of #FFD52C
Complementary color
Monochromatic Colors of #FFD52C
Black with #FFD52C
Text Example
Text Example
White with #FFD52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD52C; }
p { color: rgb(255,213,44); }
H1.HeaderClassName
{
color: #FFD52C;
}
.AnyTagClassName
{
color: #FFD52C;
}
</style>
background-color css
<style>
a { background-color: #FFD52C; }
a { background-color: rgb(255,213,44); }
div.DivClassName
{
background-color: #FFD52C;
}
.BgClassName
{
background-color: #FFD52C;
}
</style>
border-color css
<style>
span { border-color: #FFD52C; }
span { border-color: rgb(255,213,44); }
td.TdClassName
{
border-color: #FFD52C;
}
.TagClassName
{
border-color: #FFD52C;
}
</style>