Shades of Sunglow #FCC23D
Tints of Sunglow #FCC23D
RGB
CMYK
RGB Variations
Color information
#FCC23D (or 0xFCC23D) is known color: Sunglow. HEX triplet: FC, C2 and 3D. RGB value is (252,194,61). Sum of RGB (Red+Green+Blue) = 252+194+61=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 61 (24.22% from 255 or 12.03% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC23D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC23D is #033DC2. Grayscale: #C4C4C4. Windows color (decimal): -212419 or 4047612. OLE color: 4047612.
HSL color Cylindrical-coordinate representation of color #FCC23D: hue angle of 41.78º 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 #FCC23D is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 61 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.01 |
| HSL | 41.78º | 0.97% | 0.61% | - |
| HSV(B) | 41.78º | 0.76% | 0.99% | - |
| XYZ | 60.28 | 59.62 | 12.74 | - |
| YUV | 196.18 | 51.72 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 61 | 0 | 0.23 | 0.76 | 0.01 | 41.78 | 0.97 | 0.61 |
| Hex | FC | C2 | 3D | 0 | 17 | 4C | 1 | 2A | 61 | 3D |
| Octal | 374 | 302 | 75 | 0 | 27 | 114 | 1 | 52 | 141 | 75 |
| Binary | 11111100 | 11000010 | 111101 | 0 | 10111 | 1001100 | 1 | 101010 | 1100001 | 111101 |
Color Harmonies of #FCC23D
Complementary color
Monochromatic Colors of #FCC23D
Black with #FCC23D
Text Example
Text Example
White with #FCC23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC23D; }
p { color: rgb(252,194,61); }
H1.HeaderClassName
{
color: #FCC23D;
}
.AnyTagClassName
{
color: #FCC23D;
}
</style>
background-color css
<style>
a { background-color: #FCC23D; }
a { background-color: rgb(252,194,61); }
div.DivClassName
{
background-color: #FCC23D;
}
.BgClassName
{
background-color: #FCC23D;
}
</style>
border-color css
<style>
span { border-color: #FCC23D; }
span { border-color: rgb(252,194,61); }
td.TdClassName
{
border-color: #FCC23D;
}
.TagClassName
{
border-color: #FCC23D;
}
</style>