Shades of Fuego #BFD31F
Tints of Fuego #BFD31F
RGB
CMYK
RGB Variations
Color information
#BFD31F (or 0xBFD31F) is known color: Fuego. HEX triplet: BF, D3 and 1F. RGB value is (191,211,31). Sum of RGB (Red+Green+Blue) = 191+211+31=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 31 (12.5% from 255 or 7.16% from 433); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD31F is #402CE0. Grayscale: #B9B9B9. Windows color (decimal): -4205793 or 2085823. OLE color: 2085823.
HSL color Cylindrical-coordinate representation of color #BFD31F: hue angle of 66.67º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFD31F is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 31 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.17 |
| HSL | 66.67º | 0.74% | 0.47% | - |
| HSV(B) | 66.67º | 0.85% | 0.83% | - |
| XYZ | 45.03 | 57.76 | 10.07 | - |
| YUV | 184.5 | 41.37 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 31 | 0.09 | 0 | 0.85 | 0.17 | 66.67 | 0.74 | 0.47 |
| Hex | BF | D3 | 1F | 9 | 0 | 55 | 11 | 43 | 4A | 2F |
| Octal | 277 | 323 | 37 | 11 | 0 | 125 | 21 | 103 | 112 | 57 |
| Binary | 10111111 | 11010011 | 11111 | 1001 | 0 | 1010101 | 10001 | 1000011 | 1001010 | 101111 |
Color Harmonies of #BFD31F
Complementary color
Monochromatic Colors of #BFD31F
Black with #BFD31F
Text Example
Text Example
White with #BFD31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD31F; }
p { color: rgb(191,211,31); }
H1.HeaderClassName
{
color: #BFD31F;
}
.AnyTagClassName
{
color: #BFD31F;
}
</style>
background-color css
<style>
a { background-color: #BFD31F; }
a { background-color: rgb(191,211,31); }
div.DivClassName
{
background-color: #BFD31F;
}
.BgClassName
{
background-color: #BFD31F;
}
</style>
border-color css
<style>
span { border-color: #BFD31F; }
span { border-color: rgb(191,211,31); }
td.TdClassName
{
border-color: #BFD31F;
}
.TagClassName
{
border-color: #BFD31F;
}
</style>