Shades of Sunglow #FCD03B
Tints of Sunglow #FCD03B
RGB
CMYK
RGB Variations
Color information
#FCD03B (or 0xFCD03B) is known color: Sunglow. HEX triplet: FC, D0 and 3B. RGB value is (252,208,59). Sum of RGB (Red+Green+Blue) = 252+208+59=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 59 (23.44% from 255 or 11.37% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD03B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD03B is #032FC4. Grayscale: #CCCCCC. Windows color (decimal): -208837 or 3920124. OLE color: 3920124.
HSL color Cylindrical-coordinate representation of color #FCD03B: hue angle of 46.32º 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 #FCD03B is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 59 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.01 |
| HSL | 46.32º | 0.97% | 0.61% | - |
| HSV(B) | 46.32º | 0.77% | 0.99% | - |
| XYZ | 63.49 | 66.12 | 13.55 | - |
| YUV | 204.17 | 46.08 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 59 | 0 | 0.17 | 0.77 | 0.01 | 46.32 | 0.97 | 0.61 |
| Hex | FC | D0 | 3B | 0 | 11 | 4D | 1 | 2E | 61 | 3D |
| Octal | 374 | 320 | 73 | 0 | 21 | 115 | 1 | 56 | 141 | 75 |
| Binary | 11111100 | 11010000 | 111011 | 0 | 10001 | 1001101 | 1 | 101110 | 1100001 | 111101 |
Color Harmonies of #FCD03B
Complementary color
Monochromatic Colors of #FCD03B
Black with #FCD03B
Text Example
Text Example
White with #FCD03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD03B; }
p { color: rgb(252,208,59); }
H1.HeaderClassName
{
color: #FCD03B;
}
.AnyTagClassName
{
color: #FCD03B;
}
</style>
background-color css
<style>
a { background-color: #FCD03B; }
a { background-color: rgb(252,208,59); }
div.DivClassName
{
background-color: #FCD03B;
}
.BgClassName
{
background-color: #FCD03B;
}
</style>
border-color css
<style>
span { border-color: #FCD03B; }
span { border-color: rgb(252,208,59); }
td.TdClassName
{
border-color: #FCD03B;
}
.TagClassName
{
border-color: #FCD03B;
}
</style>