Shades of Sunglow #FCCE2A
Tints of Sunglow #FCCE2A
RGB
CMYK
RGB Variations
Color information
#FCCE2A (or 0xFCCE2A) is known color: Sunglow. HEX triplet: FC, CE and 2A. RGB value is (252,206,42). Sum of RGB (Red+Green+Blue) = 252+206+42=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 42 (16.80% from 255 or 8.4% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCE2A is #0331D5. Grayscale: #C9C9C9. Windows color (decimal): -209366 or 2805500. OLE color: 2805500.
HSL color Cylindrical-coordinate representation of color #FCCE2A: hue angle of 46.86º 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 #FCCE2A is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 42 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.01 |
| HSL | 46.86º | 0.97% | 0.58% | - |
| HSV(B) | 46.86º | 0.83% | 0.99% | - |
| XYZ | 62.63 | 65.01 | 11.44 | - |
| YUV | 201.06 | 38.24 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 42 | 0 | 0.18 | 0.83 | 0.01 | 46.86 | 0.97 | 0.58 |
| Hex | FC | CE | 2A | 0 | 12 | 53 | 1 | 2F | 61 | 3A |
| Octal | 374 | 316 | 52 | 0 | 22 | 123 | 1 | 57 | 141 | 72 |
| Binary | 11111100 | 11001110 | 101010 | 0 | 10010 | 1010011 | 1 | 101111 | 1100001 | 111010 |
Color Harmonies of #FCCE2A
Complementary color
Monochromatic Colors of #FCCE2A
Black with #FCCE2A
Text Example
Text Example
White with #FCCE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE2A; }
p { color: rgb(252,206,42); }
H1.HeaderClassName
{
color: #FCCE2A;
}
.AnyTagClassName
{
color: #FCCE2A;
}
</style>
background-color css
<style>
a { background-color: #FCCE2A; }
a { background-color: rgb(252,206,42); }
div.DivClassName
{
background-color: #FCCE2A;
}
.BgClassName
{
background-color: #FCCE2A;
}
</style>
border-color css
<style>
span { border-color: #FCCE2A; }
span { border-color: rgb(252,206,42); }
td.TdClassName
{
border-color: #FCCE2A;
}
.TagClassName
{
border-color: #FCCE2A;
}
</style>