Shades of Sunglow #FCCD43
Tints of Sunglow #FCCD43
RGB
CMYK
RGB Variations
Color information
#FCCD43 (or 0xFCCD43) is known color: Sunglow. HEX triplet: FC, CD and 43. RGB value is (252,205,67). Sum of RGB (Red+Green+Blue) = 252+205+67=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 67 (26.56% from 255 or 12.79% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCD43 is #0332BC. Grayscale: #CBCBCB. Windows color (decimal): -209597 or 4443644. OLE color: 4443644.
HSL color Cylindrical-coordinate representation of color #FCCD43: hue angle of 44.76º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCCD43 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 67 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.01 |
| HSL | 44.76º | 0.97% | 0.63% | - |
| HSV(B) | 44.76º | 0.73% | 0.99% | - |
| XYZ | 62.99 | 64.76 | 14.49 | - |
| YUV | 203.32 | 51.07 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 67 | 0 | 0.19 | 0.73 | 0.01 | 44.76 | 0.97 | 0.63 |
| Hex | FC | CD | 43 | 0 | 13 | 49 | 1 | 2D | 61 | 3F |
| Octal | 374 | 315 | 103 | 0 | 23 | 111 | 1 | 55 | 141 | 77 |
| Binary | 11111100 | 11001101 | 1000011 | 0 | 10011 | 1001001 | 1 | 101101 | 1100001 | 111111 |
Color Harmonies of #FCCD43
Complementary color
Monochromatic Colors of #FCCD43
Black with #FCCD43
Text Example
Text Example
White with #FCCD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD43; }
p { color: rgb(252,205,67); }
H1.HeaderClassName
{
color: #FCCD43;
}
.AnyTagClassName
{
color: #FCCD43;
}
</style>
background-color css
<style>
a { background-color: #FCCD43; }
a { background-color: rgb(252,205,67); }
div.DivClassName
{
background-color: #FCCD43;
}
.BgClassName
{
background-color: #FCCD43;
}
</style>
border-color css
<style>
span { border-color: #FCCD43; }
span { border-color: rgb(252,205,67); }
td.TdClassName
{
border-color: #FCCD43;
}
.TagClassName
{
border-color: #FCCD43;
}
</style>