Shades of Sunglow #FDCF40
Tints of Sunglow #FDCF40
RGB
CMYK
RGB Variations
Color information
#FDCF40 (or 0xFDCF40) is known color: Sunglow. HEX triplet: FD, CF and 40. RGB value is (253,207,64). Sum of RGB (Red+Green+Blue) = 253+207+64=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 64 (25.39% from 255 or 12.21% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCF40 is #0230BF. Grayscale: #CDCDCD. Windows color (decimal): -143552 or 4247549. OLE color: 4247549.
HSL color Cylindrical-coordinate representation of color #FDCF40: hue angle of 45.4º 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 #FDCF40 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 207 | 64 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.01 |
| HSL | 45.4º | 0.98% | 0.62% | - |
| HSV(B) | 45.4º | 0.75% | 0.99% | - |
| XYZ | 63.75 | 65.88 | 14.21 | - |
| YUV | 204.45 | 48.74 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 207 | 64 | 0 | 0.18 | 0.75 | 0.01 | 45.4 | 0.98 | 0.62 |
| Hex | FD | CF | 40 | 0 | 12 | 4B | 1 | 2D | 62 | 3E |
| Octal | 375 | 317 | 100 | 0 | 22 | 113 | 1 | 55 | 142 | 76 |
| Binary | 11111101 | 11001111 | 1000000 | 0 | 10010 | 1001011 | 1 | 101101 | 1100010 | 111110 |
Color Harmonies of #FDCF40
Complementary color
Monochromatic Colors of #FDCF40
Black with #FDCF40
Text Example
Text Example
White with #FDCF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCF40; }
p { color: rgb(253,207,64); }
H1.HeaderClassName
{
color: #FDCF40;
}
.AnyTagClassName
{
color: #FDCF40;
}
</style>
background-color css
<style>
a { background-color: #FDCF40; }
a { background-color: rgb(253,207,64); }
div.DivClassName
{
background-color: #FDCF40;
}
.BgClassName
{
background-color: #FDCF40;
}
</style>
border-color css
<style>
span { border-color: #FDCF40; }
span { border-color: rgb(253,207,64); }
td.TdClassName
{
border-color: #FDCF40;
}
.TagClassName
{
border-color: #FDCF40;
}
</style>