Shades of Sunglow #FCD43B
Tints of Sunglow #FCD43B
RGB
CMYK
RGB Variations
Color information
#FCD43B (or 0xFCD43B) is known color: Sunglow. HEX triplet: FC, D4 and 3B. RGB value is (252,212,59). Sum of RGB (Red+Green+Blue) = 252+212+59=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 59 (23.44% from 255 or 11.28% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD43B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD43B is #032BC4. Grayscale: #CFCFCF. Windows color (decimal): -207813 or 3921148. OLE color: 3921148.
HSL color Cylindrical-coordinate representation of color #FCD43B: hue angle of 47.56º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCD43B is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 59 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.01 |
| HSL | 47.56º | 0.97% | 0.61% | - |
| HSV(B) | 47.56º | 0.77% | 0.99% | - |
| XYZ | 64.48 | 68.1 | 13.88 | - |
| YUV | 206.52 | 44.75 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 59 | 0 | 0.16 | 0.77 | 0.01 | 47.56 | 0.97 | 0.61 |
| Hex | FC | D4 | 3B | 0 | 10 | 4D | 1 | 30 | 61 | 3D |
| Octal | 374 | 324 | 73 | 0 | 20 | 115 | 1 | 60 | 141 | 75 |
| Binary | 11111100 | 11010100 | 111011 | 0 | 10000 | 1001101 | 1 | 110000 | 1100001 | 111101 |
Color Harmonies of #FCD43B
Complementary color
Monochromatic Colors of #FCD43B
Black with #FCD43B
Text Example
Text Example
White with #FCD43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD43B; }
p { color: rgb(252,212,59); }
H1.HeaderClassName
{
color: #FCD43B;
}
.AnyTagClassName
{
color: #FCD43B;
}
</style>
background-color css
<style>
a { background-color: #FCD43B; }
a { background-color: rgb(252,212,59); }
div.DivClassName
{
background-color: #FCD43B;
}
.BgClassName
{
background-color: #FCD43B;
}
</style>
border-color css
<style>
span { border-color: #FCD43B; }
span { border-color: rgb(252,212,59); }
td.TdClassName
{
border-color: #FCD43B;
}
.TagClassName
{
border-color: #FCD43B;
}
</style>