Shades of Sunglow #FDD63F
Tints of Sunglow #FDD63F
RGB
CMYK
RGB Variations
Color information
#FDD63F (or 0xFDD63F) is known color: Sunglow. HEX triplet: FD, D6 and 3F. RGB value is (253,214,63). Sum of RGB (Red+Green+Blue) = 253+214+63=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 63 (25% from 255 or 11.89% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD63F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD63F is #0229C0. Grayscale: #D1D1D1. Windows color (decimal): -141761 or 4183805. OLE color: 4183805.
HSL color Cylindrical-coordinate representation of color #FDD63F: hue angle of 47.68º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDD63F is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 63 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.01 |
| HSL | 47.68º | 0.98% | 0.62% | - |
| HSV(B) | 47.68º | 0.75% | 0.99% | - |
| XYZ | 65.45 | 69.33 | 14.64 | - |
| YUV | 208.45 | 45.92 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 63 | 0 | 0.15 | 0.75 | 0.01 | 47.68 | 0.98 | 0.62 |
| Hex | FD | D6 | 3F | 0 | F | 4B | 1 | 30 | 62 | 3E |
| Octal | 375 | 326 | 77 | 0 | 17 | 113 | 1 | 60 | 142 | 76 |
| Binary | 11111101 | 11010110 | 111111 | 0 | 1111 | 1001011 | 1 | 110000 | 1100010 | 111110 |
Color Harmonies of #FDD63F
Complementary color
Monochromatic Colors of #FDD63F
Black with #FDD63F
Text Example
Text Example
White with #FDD63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD63F; }
p { color: rgb(253,214,63); }
H1.HeaderClassName
{
color: #FDD63F;
}
.AnyTagClassName
{
color: #FDD63F;
}
</style>
background-color css
<style>
a { background-color: #FDD63F; }
a { background-color: rgb(253,214,63); }
div.DivClassName
{
background-color: #FDD63F;
}
.BgClassName
{
background-color: #FDD63F;
}
</style>
border-color css
<style>
span { border-color: #FDD63F; }
span { border-color: rgb(253,214,63); }
td.TdClassName
{
border-color: #FDD63F;
}
.TagClassName
{
border-color: #FDD63F;
}
</style>