Shades of Sunglow #FDD63D
Tints of Sunglow #FDD63D
RGB
CMYK
RGB Variations
Color information
#FDD63D (or 0xFDD63D) is known color: Sunglow. HEX triplet: FD, D6 and 3D. RGB value is (253,214,61). Sum of RGB (Red+Green+Blue) = 253+214+61=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 61 (24.22% from 255 or 11.55% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD63D is #0229C2. Grayscale: #D0D0D0. Windows color (decimal): -141763 or 4052733. OLE color: 4052733.
HSL color Cylindrical-coordinate representation of color #FDD63D: hue angle of 47.81º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDD63D is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 61 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.01 |
| HSL | 47.81º | 0.98% | 0.62% | - |
| HSV(B) | 47.81º | 0.76% | 0.99% | - |
| XYZ | 65.4 | 69.31 | 14.35 | - |
| YUV | 208.22 | 44.92 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 61 | 0 | 0.15 | 0.76 | 0.01 | 47.81 | 0.98 | 0.62 |
| Hex | FD | D6 | 3D | 0 | F | 4C | 1 | 30 | 62 | 3E |
| Octal | 375 | 326 | 75 | 0 | 17 | 114 | 1 | 60 | 142 | 76 |
| Binary | 11111101 | 11010110 | 111101 | 0 | 1111 | 1001100 | 1 | 110000 | 1100010 | 111110 |
Color Harmonies of #FDD63D
Complementary color
Monochromatic Colors of #FDD63D
Black with #FDD63D
Text Example
Text Example
White with #FDD63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD63D; }
p { color: rgb(253,214,61); }
H1.HeaderClassName
{
color: #FDD63D;
}
.AnyTagClassName
{
color: #FDD63D;
}
</style>
background-color css
<style>
a { background-color: #FDD63D; }
a { background-color: rgb(253,214,61); }
div.DivClassName
{
background-color: #FDD63D;
}
.BgClassName
{
background-color: #FDD63D;
}
</style>
border-color css
<style>
span { border-color: #FDD63D; }
span { border-color: rgb(253,214,61); }
td.TdClassName
{
border-color: #FDD63D;
}
.TagClassName
{
border-color: #FDD63D;
}
</style>