Shades of Sunglow #FCD530
Tints of Sunglow #FCD530
RGB
CMYK
RGB Variations
Color information
#FCD530 (or 0xFCD530) is known color: Sunglow. HEX triplet: FC, D5 and 30. RGB value is (252,213,48). Sum of RGB (Red+Green+Blue) = 252+213+48=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 48 (19.14% from 255 or 9.36% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD530 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD530 is #032ACF. Grayscale: #CECECE. Windows color (decimal): -207568 or 3200508. OLE color: 3200508.
HSL color Cylindrical-coordinate representation of color #FCD530: hue angle of 48.53º 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 #FCD530 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 48 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.01 |
| HSL | 48.53º | 0.97% | 0.59% | - |
| HSV(B) | 48.53º | 0.81% | 0.99% | - |
| XYZ | 64.47 | 68.5 | 12.62 | - |
| YUV | 205.85 | 38.92 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 48 | 0 | 0.15 | 0.81 | 0.01 | 48.53 | 0.97 | 0.59 |
| Hex | FC | D5 | 30 | 0 | F | 51 | 1 | 31 | 61 | 3B |
| Octal | 374 | 325 | 60 | 0 | 17 | 121 | 1 | 61 | 141 | 73 |
| Binary | 11111100 | 11010101 | 110000 | 0 | 1111 | 1010001 | 1 | 110001 | 1100001 | 111011 |
Color Harmonies of #FCD530
Complementary color
Monochromatic Colors of #FCD530
Black with #FCD530
Text Example
Text Example
White with #FCD530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD530; }
p { color: rgb(252,213,48); }
H1.HeaderClassName
{
color: #FCD530;
}
.AnyTagClassName
{
color: #FCD530;
}
</style>
background-color css
<style>
a { background-color: #FCD530; }
a { background-color: rgb(252,213,48); }
div.DivClassName
{
background-color: #FCD530;
}
.BgClassName
{
background-color: #FCD530;
}
</style>
border-color css
<style>
span { border-color: #FCD530; }
span { border-color: rgb(252,213,48); }
td.TdClassName
{
border-color: #FCD530;
}
.TagClassName
{
border-color: #FCD530;
}
</style>