Shades of Fuego #BFDF21
Tints of Fuego #BFDF21
RGB
CMYK
RGB Variations
Color information
#BFDF21 (or 0xBFDF21) is known color: Fuego. HEX triplet: BF, DF and 21. RGB value is (191,223,33). Sum of RGB (Red+Green+Blue) = 191+223+33=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 33 (13.28% from 255 or 7.38% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDF21 is #4020DE. Grayscale: #C0C0C0. Windows color (decimal): -4202719 or 2219967. OLE color: 2219967.
HSL color Cylindrical-coordinate representation of color #BFDF21: hue angle of 70.11º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFDF21 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 33 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.13 |
| HSL | 70.11º | 0.75% | 0.5% | - |
| HSV(B) | 70.11º | 0.85% | 0.87% | - |
| XYZ | 48.15 | 63.96 | 11.25 | - |
| YUV | 191.77 | 38.4 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 33 | 0.14 | 0 | 0.85 | 0.13 | 70.11 | 0.75 | 0.5 |
| Hex | BF | DF | 21 | E | 0 | 55 | D | 46 | 4B | 32 |
| Octal | 277 | 337 | 41 | 16 | 0 | 125 | 15 | 106 | 113 | 62 |
| Binary | 10111111 | 11011111 | 100001 | 1110 | 0 | 1010101 | 1101 | 1000110 | 1001011 | 110010 |
Color Harmonies of #BFDF21
Complementary color
Monochromatic Colors of #BFDF21
Black with #BFDF21
Text Example
Text Example
White with #BFDF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF21; }
p { color: rgb(191,223,33); }
H1.HeaderClassName
{
color: #BFDF21;
}
.AnyTagClassName
{
color: #BFDF21;
}
</style>
background-color css
<style>
a { background-color: #BFDF21; }
a { background-color: rgb(191,223,33); }
div.DivClassName
{
background-color: #BFDF21;
}
.BgClassName
{
background-color: #BFDF21;
}
</style>
border-color css
<style>
span { border-color: #BFDF21; }
span { border-color: rgb(191,223,33); }
td.TdClassName
{
border-color: #BFDF21;
}
.TagClassName
{
border-color: #BFDF21;
}
</style>