Shades of Sunglow #FCD02D
Tints of Sunglow #FCD02D
RGB
CMYK
RGB Variations
Color information
#FCD02D (or 0xFCD02D) is known color: Sunglow. HEX triplet: FC, D0 and 2D. RGB value is (252,208,45). Sum of RGB (Red+Green+Blue) = 252+208+45=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 45 (17.97% from 255 or 8.91% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD02D is #032FD2. Grayscale: #CBCBCB. Windows color (decimal): -208851 or 3002620. OLE color: 3002620.
HSL color Cylindrical-coordinate representation of color #FCD02D: hue angle of 47.25º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCD02D is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 45 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.01 |
| HSL | 47.25º | 0.97% | 0.58% | - |
| HSV(B) | 47.25º | 0.82% | 0.99% | - |
| XYZ | 63.17 | 66 | 11.89 | - |
| YUV | 202.57 | 39.08 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 45 | 0 | 0.17 | 0.82 | 0.01 | 47.25 | 0.97 | 0.58 |
| Hex | FC | D0 | 2D | 0 | 11 | 52 | 1 | 2F | 61 | 3A |
| Octal | 374 | 320 | 55 | 0 | 21 | 122 | 1 | 57 | 141 | 72 |
| Binary | 11111100 | 11010000 | 101101 | 0 | 10001 | 1010010 | 1 | 101111 | 1100001 | 111010 |
Color Harmonies of #FCD02D
Complementary color
Monochromatic Colors of #FCD02D
Black with #FCD02D
Text Example
Text Example
White with #FCD02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD02D; }
p { color: rgb(252,208,45); }
H1.HeaderClassName
{
color: #FCD02D;
}
.AnyTagClassName
{
color: #FCD02D;
}
</style>
background-color css
<style>
a { background-color: #FCD02D; }
a { background-color: rgb(252,208,45); }
div.DivClassName
{
background-color: #FCD02D;
}
.BgClassName
{
background-color: #FCD02D;
}
</style>
border-color css
<style>
span { border-color: #FCD02D; }
span { border-color: rgb(252,208,45); }
td.TdClassName
{
border-color: #FCD02D;
}
.TagClassName
{
border-color: #FCD02D;
}
</style>