Shades of Sunglow #FCD341
Tints of Sunglow #FCD341
RGB
CMYK
RGB Variations
Color information
#FCD341 (or 0xFCD341) is known color: Sunglow. HEX triplet: FC, D3 and 41. RGB value is (252,211,65). Sum of RGB (Red+Green+Blue) = 252+211+65=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 65 (25.78% from 255 or 12.31% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD341 is #032CBE. Grayscale: #CFCFCF. Windows color (decimal): -208063 or 4314108. OLE color: 4314108.
HSL color Cylindrical-coordinate representation of color #FCD341: hue angle of 46.84º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCD341 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 65 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.01 |
| HSL | 46.84º | 0.97% | 0.62% | - |
| HSV(B) | 46.84º | 0.74% | 0.99% | - |
| XYZ | 64.39 | 67.67 | 14.67 | - |
| YUV | 206.62 | 48.08 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 65 | 0 | 0.16 | 0.74 | 0.01 | 46.84 | 0.97 | 0.62 |
| Hex | FC | D3 | 41 | 0 | 10 | 4A | 1 | 2F | 61 | 3E |
| Octal | 374 | 323 | 101 | 0 | 20 | 112 | 1 | 57 | 141 | 76 |
| Binary | 11111100 | 11010011 | 1000001 | 0 | 10000 | 1001010 | 1 | 101111 | 1100001 | 111110 |
Color Harmonies of #FCD341
Complementary color
Monochromatic Colors of #FCD341
Black with #FCD341
Text Example
Text Example
White with #FCD341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD341; }
p { color: rgb(252,211,65); }
H1.HeaderClassName
{
color: #FCD341;
}
.AnyTagClassName
{
color: #FCD341;
}
</style>
background-color css
<style>
a { background-color: #FCD341; }
a { background-color: rgb(252,211,65); }
div.DivClassName
{
background-color: #FCD341;
}
.BgClassName
{
background-color: #FCD341;
}
</style>
border-color css
<style>
span { border-color: #FCD341; }
span { border-color: rgb(252,211,65); }
td.TdClassName
{
border-color: #FCD341;
}
.TagClassName
{
border-color: #FCD341;
}
</style>