Shades of Sunglow #FCD42B
Tints of Sunglow #FCD42B
RGB
CMYK
RGB Variations
Color information
#FCD42B (or 0xFCD42B) is known color: Sunglow. HEX triplet: FC, D4 and 2B. RGB value is (252,212,43). Sum of RGB (Red+Green+Blue) = 252+212+43=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 43 (17.19% from 255 or 8.48% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD42B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD42B is #032BD4. Grayscale: #CDCDCD. Windows color (decimal): -207829 or 2872572. OLE color: 2872572.
HSL color Cylindrical-coordinate representation of color #FCD42B: hue angle of 48.52º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCD42B is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 43 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.01 |
| HSL | 48.52º | 0.97% | 0.58% | - |
| HSV(B) | 48.52º | 0.83% | 0.99% | - |
| XYZ | 64.12 | 67.96 | 12.02 | - |
| YUV | 204.69 | 36.75 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 43 | 0 | 0.16 | 0.83 | 0.01 | 48.52 | 0.97 | 0.58 |
| Hex | FC | D4 | 2B | 0 | 10 | 53 | 1 | 31 | 61 | 3A |
| Octal | 374 | 324 | 53 | 0 | 20 | 123 | 1 | 61 | 141 | 72 |
| Binary | 11111100 | 11010100 | 101011 | 0 | 10000 | 1010011 | 1 | 110001 | 1100001 | 111010 |
Color Harmonies of #FCD42B
Complementary color
Monochromatic Colors of #FCD42B
Black with #FCD42B
Text Example
Text Example
White with #FCD42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD42B; }
p { color: rgb(252,212,43); }
H1.HeaderClassName
{
color: #FCD42B;
}
.AnyTagClassName
{
color: #FCD42B;
}
</style>
background-color css
<style>
a { background-color: #FCD42B; }
a { background-color: rgb(252,212,43); }
div.DivClassName
{
background-color: #FCD42B;
}
.BgClassName
{
background-color: #FCD42B;
}
</style>
border-color css
<style>
span { border-color: #FCD42B; }
span { border-color: rgb(252,212,43); }
td.TdClassName
{
border-color: #FCD42B;
}
.TagClassName
{
border-color: #FCD42B;
}
</style>