Shades of Sunglow #FCCC30
Tints of Sunglow #FCCC30
RGB
CMYK
RGB Variations
Color information
#FCCC30 (or 0xFCCC30) is known color: Sunglow. HEX triplet: FC, CC and 30. RGB value is (252,204,48). Sum of RGB (Red+Green+Blue) = 252+204+48=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 48 (19.14% from 255 or 9.52% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC30 is #0333CF. Grayscale: #C9C9C9. Windows color (decimal): -209872 or 3198204. OLE color: 3198204.
HSL color Cylindrical-coordinate representation of color #FCCC30: hue angle of 45.88º 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 #FCCC30 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 48 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.01 |
| HSL | 45.88º | 0.97% | 0.59% | - |
| HSV(B) | 45.88º | 0.81% | 0.99% | - |
| XYZ | 62.27 | 64.09 | 11.89 | - |
| YUV | 200.57 | 41.9 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 48 | 0 | 0.19 | 0.81 | 0.01 | 45.88 | 0.97 | 0.59 |
| Hex | FC | CC | 30 | 0 | 13 | 51 | 1 | 2E | 61 | 3B |
| Octal | 374 | 314 | 60 | 0 | 23 | 121 | 1 | 56 | 141 | 73 |
| Binary | 11111100 | 11001100 | 110000 | 0 | 10011 | 1010001 | 1 | 101110 | 1100001 | 111011 |
Color Harmonies of #FCCC30
Complementary color
Monochromatic Colors of #FCCC30
Black with #FCCC30
Text Example
Text Example
White with #FCCC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC30; }
p { color: rgb(252,204,48); }
H1.HeaderClassName
{
color: #FCCC30;
}
.AnyTagClassName
{
color: #FCCC30;
}
</style>
background-color css
<style>
a { background-color: #FCCC30; }
a { background-color: rgb(252,204,48); }
div.DivClassName
{
background-color: #FCCC30;
}
.BgClassName
{
background-color: #FCCC30;
}
</style>
border-color css
<style>
span { border-color: #FCCC30; }
span { border-color: rgb(252,204,48); }
td.TdClassName
{
border-color: #FCCC30;
}
.TagClassName
{
border-color: #FCCC30;
}
</style>