Shades of Sunglow #FCC13B
Tints of Sunglow #FCC13B
RGB
CMYK
RGB Variations
Color information
#FCC13B (or 0xFCC13B) is known color: Sunglow. HEX triplet: FC, C1 and 3B. RGB value is (252,193,59). Sum of RGB (Red+Green+Blue) = 252+193+59=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 59 (23.44% from 255 or 11.71% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC13B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC13B is #033EC4. Grayscale: #C3C3C3. Windows color (decimal): -212677 or 3916284. OLE color: 3916284.
HSL color Cylindrical-coordinate representation of color #FCC13B: hue angle of 41.66º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCC13B is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 59 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.01 |
| HSL | 41.66º | 0.97% | 0.61% | - |
| HSV(B) | 41.66º | 0.77% | 0.99% | - |
| XYZ | 60 | 59.15 | 12.39 | - |
| YUV | 195.37 | 51.05 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 59 | 0 | 0.23 | 0.77 | 0.01 | 41.66 | 0.97 | 0.61 |
| Hex | FC | C1 | 3B | 0 | 17 | 4D | 1 | 2A | 61 | 3D |
| Octal | 374 | 301 | 73 | 0 | 27 | 115 | 1 | 52 | 141 | 75 |
| Binary | 11111100 | 11000001 | 111011 | 0 | 10111 | 1001101 | 1 | 101010 | 1100001 | 111101 |
Color Harmonies of #FCC13B
Complementary color
Monochromatic Colors of #FCC13B
Black with #FCC13B
Text Example
Text Example
White with #FCC13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC13B; }
p { color: rgb(252,193,59); }
H1.HeaderClassName
{
color: #FCC13B;
}
.AnyTagClassName
{
color: #FCC13B;
}
</style>
background-color css
<style>
a { background-color: #FCC13B; }
a { background-color: rgb(252,193,59); }
div.DivClassName
{
background-color: #FCC13B;
}
.BgClassName
{
background-color: #FCC13B;
}
</style>
border-color css
<style>
span { border-color: #FCC13B; }
span { border-color: rgb(252,193,59); }
td.TdClassName
{
border-color: #FCC13B;
}
.TagClassName
{
border-color: #FCC13B;
}
</style>