Shades of Sunglow #FDD534
Tints of Sunglow #FDD534
RGB
CMYK
RGB Variations
Color information
#FDD534 (or 0xFDD534) is known color: Sunglow. HEX triplet: FD, D5 and 34. RGB value is (253,213,52). Sum of RGB (Red+Green+Blue) = 253+213+52=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 52 (20.70% from 255 or 10.04% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD534 is #022ACB. Grayscale: #CFCFCF. Windows color (decimal): -142028 or 3462653. OLE color: 3462653.
HSL color Cylindrical-coordinate representation of color #FDD534: hue angle of 48.06º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FDD534 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 52 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.01 |
| HSL | 48.06º | 0.98% | 0.6% | - |
| HSV(B) | 48.06º | 0.79% | 0.99% | - |
| XYZ | 64.92 | 68.72 | 13.09 | - |
| YUV | 206.61 | 40.75 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 52 | 0 | 0.16 | 0.79 | 0.01 | 48.06 | 0.98 | 0.6 |
| Hex | FD | D5 | 34 | 0 | 10 | 4F | 1 | 30 | 62 | 3C |
| Octal | 375 | 325 | 64 | 0 | 20 | 117 | 1 | 60 | 142 | 74 |
| Binary | 11111101 | 11010101 | 110100 | 0 | 10000 | 1001111 | 1 | 110000 | 1100010 | 111100 |
Color Harmonies of #FDD534
Complementary color
Monochromatic Colors of #FDD534
Black with #FDD534
Text Example
Text Example
White with #FDD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD534; }
p { color: rgb(253,213,52); }
H1.HeaderClassName
{
color: #FDD534;
}
.AnyTagClassName
{
color: #FDD534;
}
</style>
background-color css
<style>
a { background-color: #FDD534; }
a { background-color: rgb(253,213,52); }
div.DivClassName
{
background-color: #FDD534;
}
.BgClassName
{
background-color: #FDD534;
}
</style>
border-color css
<style>
span { border-color: #FDD534; }
span { border-color: rgb(253,213,52); }
td.TdClassName
{
border-color: #FDD534;
}
.TagClassName
{
border-color: #FDD534;
}
</style>