Shades of Moon Yellow #FFC319
Tints of Moon Yellow #FFC319
RGB
CMYK
RGB Variations
Color information
#FFC319 (or 0xFFC319) is known color: Moon Yellow. HEX triplet: FF, C3 and 19. RGB value is (255,195,25). Sum of RGB (Red+Green+Blue) = 255+195+25=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 25 (10.16% from 255 or 5.26% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC319 is #003CE6. Grayscale: #C2C2C2. Windows color (decimal): -15591 or 1688575. OLE color: 1688575.
HSL color Cylindrical-coordinate representation of color #FFC319: hue angle of 44.35º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFC319 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 25 | - |
| CMYK | 0 | 0.24 | 0.90 | 0 |
| HSL | 44.35º | 1% | 0.55% | - |
| HSV(B) | 44.35º | 0.9% | 1% | - |
| XYZ | 60.93 | 60.36 | 9.36 | - |
| YUV | 193.56 | 32.88 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 25 | 0 | 0.24 | 0.90 | 0 | 44.35 | 1 | 0.55 |
| Hex | FF | C3 | 19 | 0 | 18 | 5A | 0 | 2C | 64 | 37 |
| Octal | 377 | 303 | 31 | 0 | 30 | 132 | 0 | 54 | 144 | 67 |
| Binary | 11111111 | 11000011 | 11001 | 0 | 11000 | 1011010 | 0 | 101100 | 1100100 | 110111 |
Color Harmonies of #FFC319
Complementary color
Monochromatic Colors of #FFC319
Black with #FFC319
Text Example
Text Example
White with #FFC319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC319; }
p { color: rgb(255,195,25); }
H1.HeaderClassName
{
color: #FFC319;
}
.AnyTagClassName
{
color: #FFC319;
}
</style>
background-color css
<style>
a { background-color: #FFC319; }
a { background-color: rgb(255,195,25); }
div.DivClassName
{
background-color: #FFC319;
}
.BgClassName
{
background-color: #FFC319;
}
</style>
border-color css
<style>
span { border-color: #FFC319; }
span { border-color: rgb(255,195,25); }
td.TdClassName
{
border-color: #FFC319;
}
.TagClassName
{
border-color: #FFC319;
}
</style>