Shades of Moon Yellow #F7BD14
Tints of Moon Yellow #F7BD14
RGB
CMYK
RGB Variations
Color information
#F7BD14 (or 0xF7BD14) is known color: Moon Yellow. HEX triplet: F7, BD and 14. RGB value is (247,189,20). Sum of RGB (Red+Green+Blue) = 247+189+20=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 20 (8.20% from 255 or 4.39% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7BD14 is #0842EB. Grayscale: #BBBBBB. Windows color (decimal): -541420 or 1359351. OLE color: 1359351.
HSL color Cylindrical-coordinate representation of color #F7BD14: hue angle of 44.67º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F7BD14 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 189 | 20 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.03 |
| HSL | 44.67º | 0.93% | 0.52% | - |
| HSV(B) | 44.67º | 0.92% | 0.97% | - |
| XYZ | 56.68 | 56.22 | 8.53 | - |
| YUV | 187.08 | 33.72 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 189 | 20 | 0 | 0.23 | 0.92 | 0.03 | 44.67 | 0.93 | 0.52 |
| Hex | F7 | BD | 14 | 0 | 17 | 5C | 3 | 2D | 5D | 34 |
| Octal | 367 | 275 | 24 | 0 | 27 | 134 | 3 | 55 | 135 | 64 |
| Binary | 11110111 | 10111101 | 10100 | 0 | 10111 | 1011100 | 11 | 101101 | 1011101 | 110100 |
Color Harmonies of #F7BD14
Complementary color
Monochromatic Colors of #F7BD14
Black with #F7BD14
Text Example
Text Example
White with #F7BD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BD14; }
p { color: rgb(247,189,20); }
H1.HeaderClassName
{
color: #F7BD14;
}
.AnyTagClassName
{
color: #F7BD14;
}
</style>
background-color css
<style>
a { background-color: #F7BD14; }
a { background-color: rgb(247,189,20); }
div.DivClassName
{
background-color: #F7BD14;
}
.BgClassName
{
background-color: #F7BD14;
}
</style>
border-color css
<style>
span { border-color: #F7BD14; }
span { border-color: rgb(247,189,20); }
td.TdClassName
{
border-color: #F7BD14;
}
.TagClassName
{
border-color: #F7BD14;
}
</style>