Shades of Sunglow #FCC43C
Tints of Sunglow #FCC43C
RGB
CMYK
RGB Variations
Color information
#FCC43C (or 0xFCC43C) is known color: Sunglow. HEX triplet: FC, C4 and 3C. RGB value is (252,196,60). Sum of RGB (Red+Green+Blue) = 252+196+60=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 60 (23.83% from 255 or 11.81% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC43C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC43C is #033BC3. Grayscale: #C5C5C5. Windows color (decimal): -211908 or 3982588. OLE color: 3982588.
HSL color Cylindrical-coordinate representation of color #FCC43C: hue angle of 42.5º 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 #FCC43C is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 60 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.01 |
| HSL | 42.5º | 0.97% | 0.61% | - |
| HSV(B) | 42.5º | 0.76% | 0.99% | - |
| XYZ | 60.7 | 60.5 | 12.75 | - |
| YUV | 197.24 | 50.55 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 60 | 0 | 0.22 | 0.76 | 0.01 | 42.5 | 0.97 | 0.61 |
| Hex | FC | C4 | 3C | 0 | 16 | 4C | 1 | 2A | 61 | 3D |
| Octal | 374 | 304 | 74 | 0 | 26 | 114 | 1 | 52 | 141 | 75 |
| Binary | 11111100 | 11000100 | 111100 | 0 | 10110 | 1001100 | 1 | 101010 | 1100001 | 111101 |
Color Harmonies of #FCC43C
Complementary color
Monochromatic Colors of #FCC43C
Black with #FCC43C
Text Example
Text Example
White with #FCC43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC43C; }
p { color: rgb(252,196,60); }
H1.HeaderClassName
{
color: #FCC43C;
}
.AnyTagClassName
{
color: #FCC43C;
}
</style>
background-color css
<style>
a { background-color: #FCC43C; }
a { background-color: rgb(252,196,60); }
div.DivClassName
{
background-color: #FCC43C;
}
.BgClassName
{
background-color: #FCC43C;
}
</style>
border-color css
<style>
span { border-color: #FCC43C; }
span { border-color: rgb(252,196,60); }
td.TdClassName
{
border-color: #FCC43C;
}
.TagClassName
{
border-color: #FCC43C;
}
</style>