Shades of Sunglow #FCD43D
Tints of Sunglow #FCD43D
RGB
CMYK
RGB Variations
Color information
#FCD43D (or 0xFCD43D) is known color: Sunglow. HEX triplet: FC, D4 and 3D. RGB value is (252,212,61). Sum of RGB (Red+Green+Blue) = 252+212+61=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 61 (24.22% from 255 or 11.62% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD43D is #032BC2. Grayscale: #CFCFCF. Windows color (decimal): -207811 or 4052220. OLE color: 4052220.
HSL color Cylindrical-coordinate representation of color #FCD43D: hue angle of 47.43º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCD43D is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 61 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.01 |
| HSL | 47.43º | 0.97% | 0.61% | - |
| HSV(B) | 47.43º | 0.76% | 0.99% | - |
| XYZ | 64.53 | 68.12 | 14.16 | - |
| YUV | 206.75 | 45.75 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 61 | 0 | 0.16 | 0.76 | 0.01 | 47.43 | 0.97 | 0.61 |
| Hex | FC | D4 | 3D | 0 | 10 | 4C | 1 | 2F | 61 | 3D |
| Octal | 374 | 324 | 75 | 0 | 20 | 114 | 1 | 57 | 141 | 75 |
| Binary | 11111100 | 11010100 | 111101 | 0 | 10000 | 1001100 | 1 | 101111 | 1100001 | 111101 |
Color Harmonies of #FCD43D
Complementary color
Monochromatic Colors of #FCD43D
Black with #FCD43D
Text Example
Text Example
White with #FCD43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD43D; }
p { color: rgb(252,212,61); }
H1.HeaderClassName
{
color: #FCD43D;
}
.AnyTagClassName
{
color: #FCD43D;
}
</style>
background-color css
<style>
a { background-color: #FCD43D; }
a { background-color: rgb(252,212,61); }
div.DivClassName
{
background-color: #FCD43D;
}
.BgClassName
{
background-color: #FCD43D;
}
</style>
border-color css
<style>
span { border-color: #FCD43D; }
span { border-color: rgb(252,212,61); }
td.TdClassName
{
border-color: #FCD43D;
}
.TagClassName
{
border-color: #FCD43D;
}
</style>