Shades of Sunglow #FCC930
Tints of Sunglow #FCC930
RGB
CMYK
RGB Variations
Color information
#FCC930 (or 0xFCC930) is known color: Sunglow. HEX triplet: FC, C9 and 30. RGB value is (252,201,48). Sum of RGB (Red+Green+Blue) = 252+201+48=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 48 (19.14% from 255 or 9.58% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC930 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC930 is #0336CF. Grayscale: #C7C7C7. Windows color (decimal): -210640 or 3197436. OLE color: 3197436.
HSL color Cylindrical-coordinate representation of color #FCC930: hue angle of 45º 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 #FCC930 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 48 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.01 |
| HSL | 45º | 0.97% | 0.59% | - |
| HSV(B) | 45º | 0.81% | 0.99% | - |
| XYZ | 61.57 | 62.68 | 11.65 | - |
| YUV | 198.81 | 42.9 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 48 | 0 | 0.20 | 0.81 | 0.01 | 45 | 0.97 | 0.59 |
| Hex | FC | C9 | 30 | 0 | 14 | 51 | 1 | 2D | 61 | 3B |
| Octal | 374 | 311 | 60 | 0 | 24 | 121 | 1 | 55 | 141 | 73 |
| Binary | 11111100 | 11001001 | 110000 | 0 | 10100 | 1010001 | 1 | 101101 | 1100001 | 111011 |
Color Harmonies of #FCC930
Complementary color
Monochromatic Colors of #FCC930
Black with #FCC930
Text Example
Text Example
White with #FCC930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC930; }
p { color: rgb(252,201,48); }
H1.HeaderClassName
{
color: #FCC930;
}
.AnyTagClassName
{
color: #FCC930;
}
</style>
background-color css
<style>
a { background-color: #FCC930; }
a { background-color: rgb(252,201,48); }
div.DivClassName
{
background-color: #FCC930;
}
.BgClassName
{
background-color: #FCC930;
}
</style>
border-color css
<style>
span { border-color: #FCC930; }
span { border-color: rgb(252,201,48); }
td.TdClassName
{
border-color: #FCC930;
}
.TagClassName
{
border-color: #FCC930;
}
</style>