Shades of Sunglow #FCC541
Tints of Sunglow #FCC541
RGB
CMYK
RGB Variations
Color information
#FCC541 (or 0xFCC541) is known color: Sunglow. HEX triplet: FC, C5 and 41. RGB value is (252,197,65). Sum of RGB (Red+Green+Blue) = 252+197+65=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 65 (25.78% from 255 or 12.65% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC541 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC541 is #033ABE. Grayscale: #C6C6C6. Windows color (decimal): -211647 or 4310524. OLE color: 4310524.
HSL color Cylindrical-coordinate representation of color #FCC541: hue angle of 42.35º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCC541 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 65 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.01 |
| HSL | 42.35º | 0.97% | 0.62% | - |
| HSV(B) | 42.35º | 0.74% | 0.99% | - |
| XYZ | 61.07 | 61.01 | 13.56 | - |
| YUV | 198.4 | 52.72 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 65 | 0 | 0.22 | 0.74 | 0.01 | 42.35 | 0.97 | 0.62 |
| Hex | FC | C5 | 41 | 0 | 16 | 4A | 1 | 2A | 61 | 3E |
| Octal | 374 | 305 | 101 | 0 | 26 | 112 | 1 | 52 | 141 | 76 |
| Binary | 11111100 | 11000101 | 1000001 | 0 | 10110 | 1001010 | 1 | 101010 | 1100001 | 111110 |
Color Harmonies of #FCC541
Complementary color
Monochromatic Colors of #FCC541
Black with #FCC541
Text Example
Text Example
White with #FCC541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC541; }
p { color: rgb(252,197,65); }
H1.HeaderClassName
{
color: #FCC541;
}
.AnyTagClassName
{
color: #FCC541;
}
</style>
background-color css
<style>
a { background-color: #FCC541; }
a { background-color: rgb(252,197,65); }
div.DivClassName
{
background-color: #FCC541;
}
.BgClassName
{
background-color: #FCC541;
}
</style>
border-color css
<style>
span { border-color: #FCC541; }
span { border-color: rgb(252,197,65); }
td.TdClassName
{
border-color: #FCC541;
}
.TagClassName
{
border-color: #FCC541;
}
</style>