Shades of Saffron #FCBD2B
Tints of Saffron #FCBD2B
RGB
CMYK
RGB Variations
Color information
#FCBD2B (or 0xFCBD2B) is known color: Saffron. HEX triplet: FC, BD and 2B. RGB value is (252,189,43). Sum of RGB (Red+Green+Blue) = 252+189+43=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 43 (17.19% from 255 or 8.88% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBD2B is #0342D4. Grayscale: #BFBFBF. Windows color (decimal): -213717 or 2866684. OLE color: 2866684.
HSL color Cylindrical-coordinate representation of color #FCBD2B: hue angle of 41.91º degrees, saturation: 0.97, 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 #FCBD2B is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 43 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.01 |
| HSL | 41.91º | 0.97% | 0.58% | - |
| HSV(B) | 41.91º | 0.83% | 0.99% | - |
| XYZ | 58.78 | 57.27 | 10.24 | - |
| YUV | 191.19 | 44.37 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 43 | 0 | 0.25 | 0.83 | 0.01 | 41.91 | 0.97 | 0.58 |
| Hex | FC | BD | 2B | 0 | 19 | 53 | 1 | 2A | 61 | 3A |
| Octal | 374 | 275 | 53 | 0 | 31 | 123 | 1 | 52 | 141 | 72 |
| Binary | 11111100 | 10111101 | 101011 | 0 | 11001 | 1010011 | 1 | 101010 | 1100001 | 111010 |
Color Harmonies of #FCBD2B
Complementary color
Monochromatic Colors of #FCBD2B
Black with #FCBD2B
Text Example
Text Example
White with #FCBD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBD2B; }
p { color: rgb(252,189,43); }
H1.HeaderClassName
{
color: #FCBD2B;
}
.AnyTagClassName
{
color: #FCBD2B;
}
</style>
background-color css
<style>
a { background-color: #FCBD2B; }
a { background-color: rgb(252,189,43); }
div.DivClassName
{
background-color: #FCBD2B;
}
.BgClassName
{
background-color: #FCBD2B;
}
</style>
border-color css
<style>
span { border-color: #FCBD2B; }
span { border-color: rgb(252,189,43); }
td.TdClassName
{
border-color: #FCBD2B;
}
.TagClassName
{
border-color: #FCBD2B;
}
</style>