Shades of Sunglow #FCD33F
Tints of Sunglow #FCD33F
RGB
CMYK
RGB Variations
Color information
#FCD33F (or 0xFCD33F) is known color: Sunglow. HEX triplet: FC, D3 and 3F. RGB value is (252,211,63). Sum of RGB (Red+Green+Blue) = 252+211+63=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 63 (25% from 255 or 11.98% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD33F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD33F is #032CC0. Grayscale: #CFCFCF. Windows color (decimal): -208065 or 4183036. OLE color: 4183036.
HSL color Cylindrical-coordinate representation of color #FCD33F: hue angle of 46.98º degrees, saturation: 0.97, 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 #FCD33F is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 63 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.01 |
| HSL | 46.98º | 0.97% | 0.62% | - |
| HSV(B) | 46.98º | 0.75% | 0.99% | - |
| XYZ | 64.34 | 67.64 | 14.37 | - |
| YUV | 206.39 | 47.08 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 63 | 0 | 0.16 | 0.75 | 0.01 | 46.98 | 0.97 | 0.62 |
| Hex | FC | D3 | 3F | 0 | 10 | 4B | 1 | 2F | 61 | 3E |
| Octal | 374 | 323 | 77 | 0 | 20 | 113 | 1 | 57 | 141 | 76 |
| Binary | 11111100 | 11010011 | 111111 | 0 | 10000 | 1001011 | 1 | 101111 | 1100001 | 111110 |
Color Harmonies of #FCD33F
Complementary color
Monochromatic Colors of #FCD33F
Black with #FCD33F
Text Example
Text Example
White with #FCD33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD33F; }
p { color: rgb(252,211,63); }
H1.HeaderClassName
{
color: #FCD33F;
}
.AnyTagClassName
{
color: #FCD33F;
}
</style>
background-color css
<style>
a { background-color: #FCD33F; }
a { background-color: rgb(252,211,63); }
div.DivClassName
{
background-color: #FCD33F;
}
.BgClassName
{
background-color: #FCD33F;
}
</style>
border-color css
<style>
span { border-color: #FCD33F; }
span { border-color: rgb(252,211,63); }
td.TdClassName
{
border-color: #FCD33F;
}
.TagClassName
{
border-color: #FCD33F;
}
</style>