Shades of Moon Yellow #FCC319
Tints of Moon Yellow #FCC319
RGB
CMYK
RGB Variations
Color information
#FCC319 (or 0xFCC319) is known color: Moon Yellow. HEX triplet: FC, C3 and 19. RGB value is (252,195,25). Sum of RGB (Red+Green+Blue) = 252+195+25=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 25 (10.16% from 255 or 5.30% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC319 is #033CE6. Grayscale: #C1C1C1. Windows color (decimal): -212199 or 1688572. OLE color: 1688572.
HSL color Cylindrical-coordinate representation of color #FCC319: hue angle of 44.93º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCC319 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 25 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.01 |
| HSL | 44.93º | 0.97% | 0.54% | - |
| HSV(B) | 44.93º | 0.9% | 0.99% | - |
| XYZ | 59.84 | 59.8 | 9.31 | - |
| YUV | 192.66 | 33.38 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 25 | 0 | 0.23 | 0.90 | 0.01 | 44.93 | 0.97 | 0.54 |
| Hex | FC | C3 | 19 | 0 | 17 | 5A | 1 | 2D | 61 | 36 |
| Octal | 374 | 303 | 31 | 0 | 27 | 132 | 1 | 55 | 141 | 66 |
| Binary | 11111100 | 11000011 | 11001 | 0 | 10111 | 1011010 | 1 | 101101 | 1100001 | 110110 |
Color Harmonies of #FCC319
Complementary color
Monochromatic Colors of #FCC319
Black with #FCC319
Text Example
Text Example
White with #FCC319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC319; }
p { color: rgb(252,195,25); }
H1.HeaderClassName
{
color: #FCC319;
}
.AnyTagClassName
{
color: #FCC319;
}
</style>
background-color css
<style>
a { background-color: #FCC319; }
a { background-color: rgb(252,195,25); }
div.DivClassName
{
background-color: #FCC319;
}
.BgClassName
{
background-color: #FCC319;
}
</style>
border-color css
<style>
span { border-color: #FCC319; }
span { border-color: rgb(252,195,25); }
td.TdClassName
{
border-color: #FCC319;
}
.TagClassName
{
border-color: #FCC319;
}
</style>