Shades of Sunglow #FFD534
Tints of Sunglow #FFD534
RGB
CMYK
RGB Variations
Color information
#FFD534 (or 0xFFD534) is known color: Sunglow. HEX triplet: FF, D5 and 34. RGB value is (255,213,52). Sum of RGB (Red+Green+Blue) = 255+213+52=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 52 (20.70% from 255 or 10% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD534 is #002ACB. Grayscale: #CFCFCF. Windows color (decimal): -10956 or 3462655. OLE color: 3462655.
HSL color Cylindrical-coordinate representation of color #FFD534: hue angle of 47.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFD534 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 52 | - |
| CMYK | 0 | 0.16 | 0.80 | 0 |
| HSL | 47.59º | 1% | 0.6% | - |
| HSV(B) | 47.59º | 0.8% | 1% | - |
| XYZ | 65.65 | 69.1 | 13.13 | - |
| YUV | 207.2 | 40.41 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 52 | 0 | 0.16 | 0.80 | 0 | 47.59 | 1 | 0.6 |
| Hex | FF | D5 | 34 | 0 | 10 | 50 | 0 | 30 | 64 | 3C |
| Octal | 377 | 325 | 64 | 0 | 20 | 120 | 0 | 60 | 144 | 74 |
| Binary | 11111111 | 11010101 | 110100 | 0 | 10000 | 1010000 | 0 | 110000 | 1100100 | 111100 |
Color Harmonies of #FFD534
Complementary color
Monochromatic Colors of #FFD534
Black with #FFD534
Text Example
Text Example
White with #FFD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD534; }
p { color: rgb(255,213,52); }
H1.HeaderClassName
{
color: #FFD534;
}
.AnyTagClassName
{
color: #FFD534;
}
</style>
background-color css
<style>
a { background-color: #FFD534; }
a { background-color: rgb(255,213,52); }
div.DivClassName
{
background-color: #FFD534;
}
.BgClassName
{
background-color: #FFD534;
}
</style>
border-color css
<style>
span { border-color: #FFD534; }
span { border-color: rgb(255,213,52); }
td.TdClassName
{
border-color: #FFD534;
}
.TagClassName
{
border-color: #FFD534;
}
</style>