Shades of Moon Yellow #FBC023
Tints of Moon Yellow #FBC023
RGB
CMYK
RGB Variations
Color information
#FBC023 (or 0xFBC023) is known color: Moon Yellow. HEX triplet: FB, C0 and 23. RGB value is (251,192,35). Sum of RGB (Red+Green+Blue) = 251+192+35=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 35 (14.06% from 255 or 7.32% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC023 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC023 is #043FDC. Grayscale: #C0C0C0. Windows color (decimal): -278493 or 2343163. OLE color: 2343163.
HSL color Cylindrical-coordinate representation of color #FBC023: hue angle of 43.61º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FBC023 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 35 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.02 |
| HSL | 43.61º | 0.96% | 0.56% | - |
| HSV(B) | 43.61º | 0.86% | 0.98% | - |
| XYZ | 58.94 | 58.33 | 9.74 | - |
| YUV | 191.74 | 39.55 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 35 | 0 | 0.24 | 0.86 | 0.02 | 43.61 | 0.96 | 0.56 |
| Hex | FB | C0 | 23 | 0 | 18 | 56 | 2 | 2C | 60 | 38 |
| Octal | 373 | 300 | 43 | 0 | 30 | 126 | 2 | 54 | 140 | 70 |
| Binary | 11111011 | 11000000 | 100011 | 0 | 11000 | 1010110 | 10 | 101100 | 1100000 | 111000 |
Color Harmonies of #FBC023
Complementary color
Monochromatic Colors of #FBC023
Black with #FBC023
Text Example
Text Example
White with #FBC023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC023; }
p { color: rgb(251,192,35); }
H1.HeaderClassName
{
color: #FBC023;
}
.AnyTagClassName
{
color: #FBC023;
}
</style>
background-color css
<style>
a { background-color: #FBC023; }
a { background-color: rgb(251,192,35); }
div.DivClassName
{
background-color: #FBC023;
}
.BgClassName
{
background-color: #FBC023;
}
</style>
border-color css
<style>
span { border-color: #FBC023; }
span { border-color: rgb(251,192,35); }
td.TdClassName
{
border-color: #FBC023;
}
.TagClassName
{
border-color: #FBC023;
}
</style>