Shades of Sunglow #FCC531
Tints of Sunglow #FCC531
RGB
CMYK
RGB Variations
Color information
#FCC531 (or 0xFCC531) is known color: Sunglow. HEX triplet: FC, C5 and 31. RGB value is (252,197,49). Sum of RGB (Red+Green+Blue) = 252+197+49=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 49 (19.53% from 255 or 9.84% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC531 is #033ACE. Grayscale: #C5C5C5. Windows color (decimal): -211663 or 3261948. OLE color: 3261948.
HSL color Cylindrical-coordinate representation of color #FCC531: hue angle of 43.74º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCC531 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 49 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.01 |
| HSL | 43.74º | 0.97% | 0.59% | - |
| HSV(B) | 43.74º | 0.81% | 0.99% | - |
| XYZ | 60.67 | 60.85 | 11.45 | - |
| YUV | 196.57 | 44.72 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 49 | 0 | 0.22 | 0.81 | 0.01 | 43.74 | 0.97 | 0.59 |
| Hex | FC | C5 | 31 | 0 | 16 | 51 | 1 | 2C | 61 | 3B |
| Octal | 374 | 305 | 61 | 0 | 26 | 121 | 1 | 54 | 141 | 73 |
| Binary | 11111100 | 11000101 | 110001 | 0 | 10110 | 1010001 | 1 | 101100 | 1100001 | 111011 |
Color Harmonies of #FCC531
Complementary color
Monochromatic Colors of #FCC531
Black with #FCC531
Text Example
Text Example
White with #FCC531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC531; }
p { color: rgb(252,197,49); }
H1.HeaderClassName
{
color: #FCC531;
}
.AnyTagClassName
{
color: #FCC531;
}
</style>
background-color css
<style>
a { background-color: #FCC531; }
a { background-color: rgb(252,197,49); }
div.DivClassName
{
background-color: #FCC531;
}
.BgClassName
{
background-color: #FCC531;
}
</style>
border-color css
<style>
span { border-color: #FCC531; }
span { border-color: rgb(252,197,49); }
td.TdClassName
{
border-color: #FCC531;
}
.TagClassName
{
border-color: #FCC531;
}
</style>