Shades of Fuego #BFCA28
Tints of Fuego #BFCA28
RGB
CMYK
RGB Variations
Color information
#BFCA28 (or 0xBFCA28) is known color: Fuego. HEX triplet: BF, CA and 28. RGB value is (191,202,40). Sum of RGB (Red+Green+Blue) = 191+202+40=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCA28 is #4035D7. Grayscale: #B4B4B4. Windows color (decimal): -4208088 or 2673343. OLE color: 2673343.
HSL color Cylindrical-coordinate representation of color #BFCA28: hue angle of 64.07º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFCA28 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 40 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.21 |
| HSL | 64.07º | 0.67% | 0.47% | - |
| HSV(B) | 64.07º | 0.8% | 0.79% | - |
| XYZ | 42.99 | 53.47 | 10.06 | - |
| YUV | 180.24 | 48.86 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 40 | 0.05 | 0 | 0.80 | 0.21 | 64.07 | 0.67 | 0.47 |
| Hex | BF | CA | 28 | 5 | 0 | 50 | 15 | 40 | 43 | 2F |
| Octal | 277 | 312 | 50 | 5 | 0 | 120 | 25 | 100 | 103 | 57 |
| Binary | 10111111 | 11001010 | 101000 | 101 | 0 | 1010000 | 10101 | 1000000 | 1000011 | 101111 |
Color Harmonies of #BFCA28
Complementary color
Monochromatic Colors of #BFCA28
Black with #BFCA28
Text Example
Text Example
White with #BFCA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCA28; }
p { color: rgb(191,202,40); }
H1.HeaderClassName
{
color: #BFCA28;
}
.AnyTagClassName
{
color: #BFCA28;
}
</style>
background-color css
<style>
a { background-color: #BFCA28; }
a { background-color: rgb(191,202,40); }
div.DivClassName
{
background-color: #BFCA28;
}
.BgClassName
{
background-color: #BFCA28;
}
</style>
border-color css
<style>
span { border-color: #BFCA28; }
span { border-color: rgb(191,202,40); }
td.TdClassName
{
border-color: #BFCA28;
}
.TagClassName
{
border-color: #BFCA28;
}
</style>