Shades of Sunglow #FCC93D
Tints of Sunglow #FCC93D
RGB
CMYK
RGB Variations
Color information
#FCC93D (or 0xFCC93D) is known color: Sunglow. HEX triplet: FC, C9 and 3D. RGB value is (252,201,61). Sum of RGB (Red+Green+Blue) = 252+201+61=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 61 (24.22% from 255 or 11.87% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC93D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC93D is #0336C2. Grayscale: #C8C8C8. Windows color (decimal): -210627 or 4049404. OLE color: 4049404.
HSL color Cylindrical-coordinate representation of color #FCC93D: hue angle of 43.98º 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 #FCC93D is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 61 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.01 |
| HSL | 43.98º | 0.97% | 0.61% | - |
| HSV(B) | 43.98º | 0.76% | 0.99% | - |
| XYZ | 61.87 | 62.81 | 13.28 | - |
| YUV | 200.29 | 49.4 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 61 | 0 | 0.20 | 0.76 | 0.01 | 43.98 | 0.97 | 0.61 |
| Hex | FC | C9 | 3D | 0 | 14 | 4C | 1 | 2C | 61 | 3D |
| Octal | 374 | 311 | 75 | 0 | 24 | 114 | 1 | 54 | 141 | 75 |
| Binary | 11111100 | 11001001 | 111101 | 0 | 10100 | 1001100 | 1 | 101100 | 1100001 | 111101 |
Color Harmonies of #FCC93D
Complementary color
Monochromatic Colors of #FCC93D
Black with #FCC93D
Text Example
Text Example
White with #FCC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC93D; }
p { color: rgb(252,201,61); }
H1.HeaderClassName
{
color: #FCC93D;
}
.AnyTagClassName
{
color: #FCC93D;
}
</style>
background-color css
<style>
a { background-color: #FCC93D; }
a { background-color: rgb(252,201,61); }
div.DivClassName
{
background-color: #FCC93D;
}
.BgClassName
{
background-color: #FCC93D;
}
</style>
border-color css
<style>
span { border-color: #FCC93D; }
span { border-color: rgb(252,201,61); }
td.TdClassName
{
border-color: #FCC93D;
}
.TagClassName
{
border-color: #FCC93D;
}
</style>