Shades of Sunglow #FCC23B
Tints of Sunglow #FCC23B
RGB
CMYK
RGB Variations
Color information
#FCC23B (or 0xFCC23B) is known color: Sunglow. HEX triplet: FC, C2 and 3B. RGB value is (252,194,59). Sum of RGB (Red+Green+Blue) = 252+194+59=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 59 (23.44% from 255 or 11.68% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC23B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC23B is #033DC4. Grayscale: #C4C4C4. Windows color (decimal): -212421 or 3916540. OLE color: 3916540.
HSL color Cylindrical-coordinate representation of color #FCC23B: hue angle of 41.97º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCC23B is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 59 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.01 |
| HSL | 41.97º | 0.97% | 0.61% | - |
| HSV(B) | 41.97º | 0.77% | 0.99% | - |
| XYZ | 60.23 | 59.59 | 12.47 | - |
| YUV | 195.95 | 50.72 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 59 | 0 | 0.23 | 0.77 | 0.01 | 41.97 | 0.97 | 0.61 |
| Hex | FC | C2 | 3B | 0 | 17 | 4D | 1 | 2A | 61 | 3D |
| Octal | 374 | 302 | 73 | 0 | 27 | 115 | 1 | 52 | 141 | 75 |
| Binary | 11111100 | 11000010 | 111011 | 0 | 10111 | 1001101 | 1 | 101010 | 1100001 | 111101 |
Color Harmonies of #FCC23B
Complementary color
Monochromatic Colors of #FCC23B
Black with #FCC23B
Text Example
Text Example
White with #FCC23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC23B; }
p { color: rgb(252,194,59); }
H1.HeaderClassName
{
color: #FCC23B;
}
.AnyTagClassName
{
color: #FCC23B;
}
</style>
background-color css
<style>
a { background-color: #FCC23B; }
a { background-color: rgb(252,194,59); }
div.DivClassName
{
background-color: #FCC23B;
}
.BgClassName
{
background-color: #FCC23B;
}
</style>
border-color css
<style>
span { border-color: #FCC23B; }
span { border-color: rgb(252,194,59); }
td.TdClassName
{
border-color: #FCC23B;
}
.TagClassName
{
border-color: #FCC23B;
}
</style>