Shades of Sunglow #FDD62E
Tints of Sunglow #FDD62E
RGB
CMYK
RGB Variations
Color information
#FDD62E (or 0xFDD62E) is known color: Sunglow. HEX triplet: FD, D6 and 2E. RGB value is (253,214,46). Sum of RGB (Red+Green+Blue) = 253+214+46=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 46 (18.36% from 255 or 8.97% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD62E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD62E is #0229D1. Grayscale: #CFCFCF. Windows color (decimal): -141778 or 3069693. OLE color: 3069693.
HSL color Cylindrical-coordinate representation of color #FDD62E: hue angle of 48.7º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDD62E is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 46 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.01 |
| HSL | 48.7º | 0.98% | 0.59% | - |
| HSV(B) | 48.7º | 0.82% | 0.99% | - |
| XYZ | 65.05 | 69.17 | 12.51 | - |
| YUV | 206.51 | 37.42 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 46 | 0 | 0.15 | 0.82 | 0.01 | 48.7 | 0.98 | 0.59 |
| Hex | FD | D6 | 2E | 0 | F | 52 | 1 | 31 | 62 | 3B |
| Octal | 375 | 326 | 56 | 0 | 17 | 122 | 1 | 61 | 142 | 73 |
| Binary | 11111101 | 11010110 | 101110 | 0 | 1111 | 1010010 | 1 | 110001 | 1100010 | 111011 |
Color Harmonies of #FDD62E
Complementary color
Monochromatic Colors of #FDD62E
Black with #FDD62E
Text Example
Text Example
White with #FDD62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD62E; }
p { color: rgb(253,214,46); }
H1.HeaderClassName
{
color: #FDD62E;
}
.AnyTagClassName
{
color: #FDD62E;
}
</style>
background-color css
<style>
a { background-color: #FDD62E; }
a { background-color: rgb(253,214,46); }
div.DivClassName
{
background-color: #FDD62E;
}
.BgClassName
{
background-color: #FDD62E;
}
</style>
border-color css
<style>
span { border-color: #FDD62E; }
span { border-color: rgb(253,214,46); }
td.TdClassName
{
border-color: #FDD62E;
}
.TagClassName
{
border-color: #FDD62E;
}
</style>