Shades of Moon Yellow #F1BD1C
Tints of Moon Yellow #F1BD1C
RGB
CMYK
RGB Variations
Color information
#F1BD1C (or 0xF1BD1C) is known color: Moon Yellow. HEX triplet: F1, BD and 1C. RGB value is (241,189,28). Sum of RGB (Red+Green+Blue) = 241+189+28=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 28 (11.33% from 255 or 6.11% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BD1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BD1C is #0E42E3. Grayscale: #BABABA. Windows color (decimal): -934628 or 1883633. OLE color: 1883633.
HSL color Cylindrical-coordinate representation of color #F1BD1C: hue angle of 45.35º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1BD1C is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 189 | 28 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.05 |
| HSL | 45.35º | 0.88% | 0.53% | - |
| HSV(B) | 45.35º | 0.88% | 0.95% | - |
| XYZ | 54.68 | 55.18 | 8.87 | - |
| YUV | 186.19 | 38.73 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 189 | 28 | 0 | 0.22 | 0.88 | 0.05 | 45.35 | 0.88 | 0.53 |
| Hex | F1 | BD | 1C | 0 | 16 | 58 | 5 | 2D | 58 | 35 |
| Octal | 361 | 275 | 34 | 0 | 26 | 130 | 5 | 55 | 130 | 65 |
| Binary | 11110001 | 10111101 | 11100 | 0 | 10110 | 1011000 | 101 | 101101 | 1011000 | 110101 |
Color Harmonies of #F1BD1C
Complementary color
Monochromatic Colors of #F1BD1C
Black with #F1BD1C
Text Example
Text Example
White with #F1BD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BD1C; }
p { color: rgb(241,189,28); }
H1.HeaderClassName
{
color: #F1BD1C;
}
.AnyTagClassName
{
color: #F1BD1C;
}
</style>
background-color css
<style>
a { background-color: #F1BD1C; }
a { background-color: rgb(241,189,28); }
div.DivClassName
{
background-color: #F1BD1C;
}
.BgClassName
{
background-color: #F1BD1C;
}
</style>
border-color css
<style>
span { border-color: #F1BD1C; }
span { border-color: rgb(241,189,28); }
td.TdClassName
{
border-color: #F1BD1C;
}
.TagClassName
{
border-color: #F1BD1C;
}
</style>