Shades of Moon Yellow #FFBF1C
Tints of Moon Yellow #FFBF1C
RGB
CMYK
RGB Variations
Color information
#FFBF1C (or 0xFFBF1C) is known color: Moon Yellow. HEX triplet: FF, BF and 1C. RGB value is (255,191,28). Sum of RGB (Red+Green+Blue) = 255+191+28=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 28 (11.33% from 255 or 5.91% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF1C is #0040E3. Grayscale: #C0C0C0. Windows color (decimal): -16612 or 1884159. OLE color: 1884159.
HSL color Cylindrical-coordinate representation of color #FFBF1C: hue angle of 43.08º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFBF1C is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 28 | - |
| CMYK | 0 | 0.25 | 0.89 | 0 |
| HSL | 43.08º | 1% | 0.55% | - |
| HSV(B) | 43.08º | 0.89% | 1% | - |
| XYZ | 60.08 | 58.61 | 9.24 | - |
| YUV | 191.55 | 35.7 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 28 | 0 | 0.25 | 0.89 | 0 | 43.08 | 1 | 0.55 |
| Hex | FF | BF | 1C | 0 | 19 | 59 | 0 | 2B | 64 | 37 |
| Octal | 377 | 277 | 34 | 0 | 31 | 131 | 0 | 53 | 144 | 67 |
| Binary | 11111111 | 10111111 | 11100 | 0 | 11001 | 1011001 | 0 | 101011 | 1100100 | 110111 |
Color Harmonies of #FFBF1C
Complementary color
Monochromatic Colors of #FFBF1C
Black with #FFBF1C
Text Example
Text Example
White with #FFBF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF1C; }
p { color: rgb(255,191,28); }
H1.HeaderClassName
{
color: #FFBF1C;
}
.AnyTagClassName
{
color: #FFBF1C;
}
</style>
background-color css
<style>
a { background-color: #FFBF1C; }
a { background-color: rgb(255,191,28); }
div.DivClassName
{
background-color: #FFBF1C;
}
.BgClassName
{
background-color: #FFBF1C;
}
</style>
border-color css
<style>
span { border-color: #FFBF1C; }
span { border-color: rgb(255,191,28); }
td.TdClassName
{
border-color: #FFBF1C;
}
.TagClassName
{
border-color: #FFBF1C;
}
</style>