Shades of Sunglow #FCCE30
Tints of Sunglow #FCCE30
RGB
CMYK
RGB Variations
Color information
#FCCE30 (or 0xFCCE30) is known color: Sunglow. HEX triplet: FC, CE and 30. RGB value is (252,206,48). Sum of RGB (Red+Green+Blue) = 252+206+48=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 48 (19.14% from 255 or 9.49% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCE30 is #0331CF. Grayscale: #CACACA. Windows color (decimal): -209360 or 3198716. OLE color: 3198716.
HSL color Cylindrical-coordinate representation of color #FCCE30: hue angle of 46.47º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCCE30 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 48 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.01 |
| HSL | 46.47º | 0.97% | 0.59% | - |
| HSV(B) | 46.47º | 0.81% | 0.99% | - |
| XYZ | 62.75 | 65.05 | 12.05 | - |
| YUV | 201.74 | 41.24 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 48 | 0 | 0.18 | 0.81 | 0.01 | 46.47 | 0.97 | 0.59 |
| Hex | FC | CE | 30 | 0 | 12 | 51 | 1 | 2E | 61 | 3B |
| Octal | 374 | 316 | 60 | 0 | 22 | 121 | 1 | 56 | 141 | 73 |
| Binary | 11111100 | 11001110 | 110000 | 0 | 10010 | 1010001 | 1 | 101110 | 1100001 | 111011 |
Color Harmonies of #FCCE30
Complementary color
Monochromatic Colors of #FCCE30
Black with #FCCE30
Text Example
Text Example
White with #FCCE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE30; }
p { color: rgb(252,206,48); }
H1.HeaderClassName
{
color: #FCCE30;
}
.AnyTagClassName
{
color: #FCCE30;
}
</style>
background-color css
<style>
a { background-color: #FCCE30; }
a { background-color: rgb(252,206,48); }
div.DivClassName
{
background-color: #FCCE30;
}
.BgClassName
{
background-color: #FCCE30;
}
</style>
border-color css
<style>
span { border-color: #FCCE30; }
span { border-color: rgb(252,206,48); }
td.TdClassName
{
border-color: #FCCE30;
}
.TagClassName
{
border-color: #FCCE30;
}
</style>