Shades of Saffron #FDBE2B
Tints of Saffron #FDBE2B
RGB
CMYK
RGB Variations
Color information
#FDBE2B (or 0xFDBE2B) is known color: Saffron. HEX triplet: FD, BE and 2B. RGB value is (253,190,43). Sum of RGB (Red+Green+Blue) = 253+190+43=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 43 (17.19% from 255 or 8.85% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBE2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBE2B is #0241D4. Grayscale: #C0C0C0. Windows color (decimal): -147925 or 2866941. OLE color: 2866941.
HSL color Cylindrical-coordinate representation of color #FDBE2B: hue angle of 42º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDBE2B is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 190 | 43 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.01 |
| HSL | 42º | 0.98% | 0.58% | - |
| HSV(B) | 42º | 0.83% | 0.99% | - |
| XYZ | 59.36 | 57.88 | 10.33 | - |
| YUV | 192.08 | 43.87 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 190 | 43 | 0 | 0.25 | 0.83 | 0.01 | 42 | 0.98 | 0.58 |
| Hex | FD | BE | 2B | 0 | 19 | 53 | 1 | 2A | 62 | 3A |
| Octal | 375 | 276 | 53 | 0 | 31 | 123 | 1 | 52 | 142 | 72 |
| Binary | 11111101 | 10111110 | 101011 | 0 | 11001 | 1010011 | 1 | 101010 | 1100010 | 111010 |
Color Harmonies of #FDBE2B
Complementary color
Monochromatic Colors of #FDBE2B
Black with #FDBE2B
Text Example
Text Example
White with #FDBE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBE2B; }
p { color: rgb(253,190,43); }
H1.HeaderClassName
{
color: #FDBE2B;
}
.AnyTagClassName
{
color: #FDBE2B;
}
</style>
background-color css
<style>
a { background-color: #FDBE2B; }
a { background-color: rgb(253,190,43); }
div.DivClassName
{
background-color: #FDBE2B;
}
.BgClassName
{
background-color: #FDBE2B;
}
</style>
border-color css
<style>
span { border-color: #FDBE2B; }
span { border-color: rgb(253,190,43); }
td.TdClassName
{
border-color: #FDBE2B;
}
.TagClassName
{
border-color: #FDBE2B;
}
</style>