Shades of Sunglow #FCCA2D
Tints of Sunglow #FCCA2D
RGB
CMYK
RGB Variations
Color information
#FCCA2D (or 0xFCCA2D) is known color: Sunglow. HEX triplet: FC, CA and 2D. RGB value is (252,202,45). Sum of RGB (Red+Green+Blue) = 252+202+45=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 45 (17.97% from 255 or 9.02% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCA2D is #0335D2. Grayscale: #C7C7C7. Windows color (decimal): -210387 or 3001084. OLE color: 3001084.
HSL color Cylindrical-coordinate representation of color #FCCA2D: hue angle of 45.51º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCCA2D is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 45 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.01 |
| HSL | 45.51º | 0.97% | 0.58% | - |
| HSV(B) | 45.51º | 0.82% | 0.99% | - |
| XYZ | 61.74 | 63.13 | 11.41 | - |
| YUV | 199.05 | 41.07 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 45 | 0 | 0.20 | 0.82 | 0.01 | 45.51 | 0.97 | 0.58 |
| Hex | FC | CA | 2D | 0 | 14 | 52 | 1 | 2E | 61 | 3A |
| Octal | 374 | 312 | 55 | 0 | 24 | 122 | 1 | 56 | 141 | 72 |
| Binary | 11111100 | 11001010 | 101101 | 0 | 10100 | 1010010 | 1 | 101110 | 1100001 | 111010 |
Color Harmonies of #FCCA2D
Complementary color
Monochromatic Colors of #FCCA2D
Black with #FCCA2D
Text Example
Text Example
White with #FCCA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCA2D; }
p { color: rgb(252,202,45); }
H1.HeaderClassName
{
color: #FCCA2D;
}
.AnyTagClassName
{
color: #FCCA2D;
}
</style>
background-color css
<style>
a { background-color: #FCCA2D; }
a { background-color: rgb(252,202,45); }
div.DivClassName
{
background-color: #FCCA2D;
}
.BgClassName
{
background-color: #FCCA2D;
}
</style>
border-color css
<style>
span { border-color: #FCCA2D; }
span { border-color: rgb(252,202,45); }
td.TdClassName
{
border-color: #FCCA2D;
}
.TagClassName
{
border-color: #FCCA2D;
}
</style>