Shades of Sunglow #FCCE41
Tints of Sunglow #FCCE41
RGB
CMYK
RGB Variations
Color information
#FCCE41 (or 0xFCCE41) is known color: Sunglow. HEX triplet: FC, CE and 41. RGB value is (252,206,65). Sum of RGB (Red+Green+Blue) = 252+206+65=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 65 (25.78% from 255 or 12.43% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCE41 is #0331BE. Grayscale: #CCCCCC. Windows color (decimal): -209343 or 4312828. OLE color: 4312828.
HSL color Cylindrical-coordinate representation of color #FCCE41: hue angle of 45.24º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCCE41 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 65 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.01 |
| HSL | 45.24º | 0.97% | 0.62% | - |
| HSV(B) | 45.24º | 0.74% | 0.99% | - |
| XYZ | 63.17 | 65.22 | 14.26 | - |
| YUV | 203.68 | 49.74 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 65 | 0 | 0.18 | 0.74 | 0.01 | 45.24 | 0.97 | 0.62 |
| Hex | FC | CE | 41 | 0 | 12 | 4A | 1 | 2D | 61 | 3E |
| Octal | 374 | 316 | 101 | 0 | 22 | 112 | 1 | 55 | 141 | 76 |
| Binary | 11111100 | 11001110 | 1000001 | 0 | 10010 | 1001010 | 1 | 101101 | 1100001 | 111110 |
Color Harmonies of #FCCE41
Complementary color
Monochromatic Colors of #FCCE41
Black with #FCCE41
Text Example
Text Example
White with #FCCE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE41; }
p { color: rgb(252,206,65); }
H1.HeaderClassName
{
color: #FCCE41;
}
.AnyTagClassName
{
color: #FCCE41;
}
</style>
background-color css
<style>
a { background-color: #FCCE41; }
a { background-color: rgb(252,206,65); }
div.DivClassName
{
background-color: #FCCE41;
}
.BgClassName
{
background-color: #FCCE41;
}
</style>
border-color css
<style>
span { border-color: #FCCE41; }
span { border-color: rgb(252,206,65); }
td.TdClassName
{
border-color: #FCCE41;
}
.TagClassName
{
border-color: #FCCE41;
}
</style>