Shades of Sunglow #FCCA2C
Tints of Sunglow #FCCA2C
RGB
CMYK
RGB Variations
Color information
#FCCA2C (or 0xFCCA2C) is known color: Sunglow. HEX triplet: FC, CA and 2C. RGB value is (252,202,44). Sum of RGB (Red+Green+Blue) = 252+202+44=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 44 (17.58% from 255 or 8.84% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCA2C is #0335D3. Grayscale: #C7C7C7. Windows color (decimal): -210388 or 2935548. OLE color: 2935548.
HSL color Cylindrical-coordinate representation of color #FCCA2C: hue angle of 45.58º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCCA2C is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 44 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.01 |
| HSL | 45.58º | 0.97% | 0.58% | - |
| HSV(B) | 45.58º | 0.83% | 0.99% | - |
| XYZ | 61.72 | 63.12 | 11.31 | - |
| YUV | 198.94 | 40.57 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 44 | 0 | 0.20 | 0.83 | 0.01 | 45.58 | 0.97 | 0.58 |
| Hex | FC | CA | 2C | 0 | 14 | 53 | 1 | 2E | 61 | 3A |
| Octal | 374 | 312 | 54 | 0 | 24 | 123 | 1 | 56 | 141 | 72 |
| Binary | 11111100 | 11001010 | 101100 | 0 | 10100 | 1010011 | 1 | 101110 | 1100001 | 111010 |
Color Harmonies of #FCCA2C
Complementary color
Monochromatic Colors of #FCCA2C
Black with #FCCA2C
Text Example
Text Example
White with #FCCA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCA2C; }
p { color: rgb(252,202,44); }
H1.HeaderClassName
{
color: #FCCA2C;
}
.AnyTagClassName
{
color: #FCCA2C;
}
</style>
background-color css
<style>
a { background-color: #FCCA2C; }
a { background-color: rgb(252,202,44); }
div.DivClassName
{
background-color: #FCCA2C;
}
.BgClassName
{
background-color: #FCCA2C;
}
</style>
border-color css
<style>
span { border-color: #FCCA2C; }
span { border-color: rgb(252,202,44); }
td.TdClassName
{
border-color: #FCCA2C;
}
.TagClassName
{
border-color: #FCCA2C;
}
</style>