Shades of Sunglow #FDD62F
Tints of Sunglow #FDD62F
RGB
CMYK
RGB Variations
Color information
#FDD62F (or 0xFDD62F) is known color: Sunglow. HEX triplet: FD, D6 and 2F. RGB value is (253,214,47). Sum of RGB (Red+Green+Blue) = 253+214+47=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 47 (18.75% from 255 or 9.14% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD62F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD62F is #0229D0. Grayscale: #CFCFCF. Windows color (decimal): -141777 or 3135229. OLE color: 3135229.
HSL color Cylindrical-coordinate representation of color #FDD62F: hue angle of 48.64º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDD62F is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 47 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.01 |
| HSL | 48.64º | 0.98% | 0.59% | - |
| HSV(B) | 48.64º | 0.81% | 0.99% | - |
| XYZ | 65.07 | 69.18 | 12.61 | - |
| YUV | 206.62 | 37.92 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 47 | 0 | 0.15 | 0.81 | 0.01 | 48.64 | 0.98 | 0.59 |
| Hex | FD | D6 | 2F | 0 | F | 51 | 1 | 31 | 62 | 3B |
| Octal | 375 | 326 | 57 | 0 | 17 | 121 | 1 | 61 | 142 | 73 |
| Binary | 11111101 | 11010110 | 101111 | 0 | 1111 | 1010001 | 1 | 110001 | 1100010 | 111011 |
Color Harmonies of #FDD62F
Complementary color
Monochromatic Colors of #FDD62F
Black with #FDD62F
Text Example
Text Example
White with #FDD62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD62F; }
p { color: rgb(253,214,47); }
H1.HeaderClassName
{
color: #FDD62F;
}
.AnyTagClassName
{
color: #FDD62F;
}
</style>
background-color css
<style>
a { background-color: #FDD62F; }
a { background-color: rgb(253,214,47); }
div.DivClassName
{
background-color: #FDD62F;
}
.BgClassName
{
background-color: #FDD62F;
}
</style>
border-color css
<style>
span { border-color: #FDD62F; }
span { border-color: rgb(253,214,47); }
td.TdClassName
{
border-color: #FDD62F;
}
.TagClassName
{
border-color: #FDD62F;
}
</style>