Shades of Sunglow #FCCA2E
Tints of Sunglow #FCCA2E
RGB
CMYK
RGB Variations
Color information
#FCCA2E (or 0xFCCA2E) is known color: Sunglow. HEX triplet: FC, CA and 2E. RGB value is (252,202,46). Sum of RGB (Red+Green+Blue) = 252+202+46=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 46 (18.36% from 255 or 9.2% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCA2E is #0335D1. Grayscale: #C7C7C7. Windows color (decimal): -210386 or 3066620. OLE color: 3066620.
HSL color Cylindrical-coordinate representation of color #FCCA2E: hue angle of 45.44º 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 #FCCA2E is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 46 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.01 |
| HSL | 45.44º | 0.97% | 0.58% | - |
| HSV(B) | 45.44º | 0.82% | 0.99% | - |
| XYZ | 61.76 | 63.13 | 11.52 | - |
| YUV | 199.17 | 41.57 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 46 | 0 | 0.20 | 0.82 | 0.01 | 45.44 | 0.97 | 0.58 |
| Hex | FC | CA | 2E | 0 | 14 | 52 | 1 | 2D | 61 | 3A |
| Octal | 374 | 312 | 56 | 0 | 24 | 122 | 1 | 55 | 141 | 72 |
| Binary | 11111100 | 11001010 | 101110 | 0 | 10100 | 1010010 | 1 | 101101 | 1100001 | 111010 |
Color Harmonies of #FCCA2E
Complementary color
Monochromatic Colors of #FCCA2E
Black with #FCCA2E
Text Example
Text Example
White with #FCCA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCA2E; }
p { color: rgb(252,202,46); }
H1.HeaderClassName
{
color: #FCCA2E;
}
.AnyTagClassName
{
color: #FCCA2E;
}
</style>
background-color css
<style>
a { background-color: #FCCA2E; }
a { background-color: rgb(252,202,46); }
div.DivClassName
{
background-color: #FCCA2E;
}
.BgClassName
{
background-color: #FCCA2E;
}
</style>
border-color css
<style>
span { border-color: #FCCA2E; }
span { border-color: rgb(252,202,46); }
td.TdClassName
{
border-color: #FCCA2E;
}
.TagClassName
{
border-color: #FCCA2E;
}
</style>