Shades of Sunglow #FFD52A
Tints of Sunglow #FFD52A
RGB
CMYK
RGB Variations
Color information
#FFD52A (or 0xFFD52A) is known color: Sunglow. HEX triplet: FF, D5 and 2A. RGB value is (255,213,42). Sum of RGB (Red+Green+Blue) = 255+213+42=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 42 (16.80% from 255 or 8.24% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD52A is #002AD5. Grayscale: #CECECE. Windows color (decimal): -10966 or 2807295. OLE color: 2807295.
HSL color Cylindrical-coordinate representation of color #FFD52A: hue angle of 48.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFD52A is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 42 | - |
| CMYK | 0 | 0.16 | 0.84 | 0 |
| HSL | 48.17º | 1% | 0.58% | - |
| HSV(B) | 48.17º | 0.84% | 1% | - |
| XYZ | 65.45 | 69.02 | 12.06 | - |
| YUV | 206.06 | 35.41 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 42 | 0 | 0.16 | 0.84 | 0 | 48.17 | 1 | 0.58 |
| Hex | FF | D5 | 2A | 0 | 10 | 54 | 0 | 30 | 64 | 3A |
| Octal | 377 | 325 | 52 | 0 | 20 | 124 | 0 | 60 | 144 | 72 |
| Binary | 11111111 | 11010101 | 101010 | 0 | 10000 | 1010100 | 0 | 110000 | 1100100 | 111010 |
Color Harmonies of #FFD52A
Complementary color
Monochromatic Colors of #FFD52A
Black with #FFD52A
Text Example
Text Example
White with #FFD52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD52A; }
p { color: rgb(255,213,42); }
H1.HeaderClassName
{
color: #FFD52A;
}
.AnyTagClassName
{
color: #FFD52A;
}
</style>
background-color css
<style>
a { background-color: #FFD52A; }
a { background-color: rgb(255,213,42); }
div.DivClassName
{
background-color: #FFD52A;
}
.BgClassName
{
background-color: #FFD52A;
}
</style>
border-color css
<style>
span { border-color: #FFD52A; }
span { border-color: rgb(255,213,42); }
td.TdClassName
{
border-color: #FFD52A;
}
.TagClassName
{
border-color: #FFD52A;
}
</style>