Shades of Saffron #FFBE29
Tints of Saffron #FFBE29
RGB
CMYK
RGB Variations
Color information
#FFBE29 (or 0xFFBE29) is known color: Saffron. HEX triplet: FF, BE and 29. RGB value is (255,190,41). Sum of RGB (Red+Green+Blue) = 255+190+41=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 41 (16.41% from 255 or 8.44% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBE29 is #0041D6. Grayscale: #C1C1C1. Windows color (decimal): -16855 or 2735871. OLE color: 2735871.
HSL color Cylindrical-coordinate representation of color #FFBE29: hue angle of 41.78º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFBE29 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 41 | - |
| CMYK | 0 | 0.25 | 0.84 | 0 |
| HSL | 41.78º | 1% | 0.58% | - |
| HSV(B) | 41.78º | 0.84% | 1% | - |
| XYZ | 60.05 | 58.25 | 10.18 | - |
| YUV | 192.45 | 42.53 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 41 | 0 | 0.25 | 0.84 | 0 | 41.78 | 1 | 0.58 |
| Hex | FF | BE | 29 | 0 | 19 | 54 | 0 | 2A | 64 | 3A |
| Octal | 377 | 276 | 51 | 0 | 31 | 124 | 0 | 52 | 144 | 72 |
| Binary | 11111111 | 10111110 | 101001 | 0 | 11001 | 1010100 | 0 | 101010 | 1100100 | 111010 |
Color Harmonies of #FFBE29
Complementary color
Monochromatic Colors of #FFBE29
Black with #FFBE29
Text Example
Text Example
White with #FFBE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE29; }
p { color: rgb(255,190,41); }
H1.HeaderClassName
{
color: #FFBE29;
}
.AnyTagClassName
{
color: #FFBE29;
}
</style>
background-color css
<style>
a { background-color: #FFBE29; }
a { background-color: rgb(255,190,41); }
div.DivClassName
{
background-color: #FFBE29;
}
.BgClassName
{
background-color: #FFBE29;
}
</style>
border-color css
<style>
span { border-color: #FFBE29; }
span { border-color: rgb(255,190,41); }
td.TdClassName
{
border-color: #FFBE29;
}
.TagClassName
{
border-color: #FFBE29;
}
</style>