Shades of Moon Yellow #FBC417
Tints of Moon Yellow #FBC417
RGB
CMYK
RGB Variations
Color information
#FBC417 (or 0xFBC417) is known color: Moon Yellow. HEX triplet: FB, C4 and 17. RGB value is (251,196,23). Sum of RGB (Red+Green+Blue) = 251+196+23=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 23 (9.38% from 255 or 4.89% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC417 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC417 is #043BE8. Grayscale: #C1C1C1. Windows color (decimal): -277481 or 1557755. OLE color: 1557755.
HSL color Cylindrical-coordinate representation of color #FBC417: hue angle of 45.53º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FBC417 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 23 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.02 |
| HSL | 45.53º | 0.97% | 0.54% | - |
| HSV(B) | 45.53º | 0.91% | 0.98% | - |
| XYZ | 59.68 | 60.05 | 9.26 | - |
| YUV | 192.72 | 32.22 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 23 | 0 | 0.22 | 0.91 | 0.02 | 45.53 | 0.97 | 0.54 |
| Hex | FB | C4 | 17 | 0 | 16 | 5B | 2 | 2E | 61 | 36 |
| Octal | 373 | 304 | 27 | 0 | 26 | 133 | 2 | 56 | 141 | 66 |
| Binary | 11111011 | 11000100 | 10111 | 0 | 10110 | 1011011 | 10 | 101110 | 1100001 | 110110 |
Color Harmonies of #FBC417
Complementary color
Monochromatic Colors of #FBC417
Black with #FBC417
Text Example
Text Example
White with #FBC417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC417; }
p { color: rgb(251,196,23); }
H1.HeaderClassName
{
color: #FBC417;
}
.AnyTagClassName
{
color: #FBC417;
}
</style>
background-color css
<style>
a { background-color: #FBC417; }
a { background-color: rgb(251,196,23); }
div.DivClassName
{
background-color: #FBC417;
}
.BgClassName
{
background-color: #FBC417;
}
</style>
border-color css
<style>
span { border-color: #FBC417; }
span { border-color: rgb(251,196,23); }
td.TdClassName
{
border-color: #FBC417;
}
.TagClassName
{
border-color: #FBC417;
}
</style>