Shades of Sunglow #FCD23D
Tints of Sunglow #FCD23D
RGB
CMYK
RGB Variations
Color information
#FCD23D (or 0xFCD23D) is known color: Sunglow. HEX triplet: FC, D2 and 3D. RGB value is (252,210,61). Sum of RGB (Red+Green+Blue) = 252+210+61=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 61 (24.22% from 255 or 11.66% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD23D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD23D is #032DC2. Grayscale: #CECECE. Windows color (decimal): -208323 or 4051708. OLE color: 4051708.
HSL color Cylindrical-coordinate representation of color #FCD23D: hue angle of 46.81º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCD23D is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 61 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.01 |
| HSL | 46.81º | 0.97% | 0.61% | - |
| HSV(B) | 46.81º | 0.76% | 0.99% | - |
| XYZ | 64.03 | 67.13 | 14 | - |
| YUV | 205.57 | 46.41 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 61 | 0 | 0.17 | 0.76 | 0.01 | 46.81 | 0.97 | 0.61 |
| Hex | FC | D2 | 3D | 0 | 11 | 4C | 1 | 2F | 61 | 3D |
| Octal | 374 | 322 | 75 | 0 | 21 | 114 | 1 | 57 | 141 | 75 |
| Binary | 11111100 | 11010010 | 111101 | 0 | 10001 | 1001100 | 1 | 101111 | 1100001 | 111101 |
Color Harmonies of #FCD23D
Complementary color
Monochromatic Colors of #FCD23D
Black with #FCD23D
Text Example
Text Example
White with #FCD23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD23D; }
p { color: rgb(252,210,61); }
H1.HeaderClassName
{
color: #FCD23D;
}
.AnyTagClassName
{
color: #FCD23D;
}
</style>
background-color css
<style>
a { background-color: #FCD23D; }
a { background-color: rgb(252,210,61); }
div.DivClassName
{
background-color: #FCD23D;
}
.BgClassName
{
background-color: #FCD23D;
}
</style>
border-color css
<style>
span { border-color: #FCD23D; }
span { border-color: rgb(252,210,61); }
td.TdClassName
{
border-color: #FCD23D;
}
.TagClassName
{
border-color: #FCD23D;
}
</style>