Shades of Saffron #FCBD2E
Tints of Saffron #FCBD2E
RGB
CMYK
RGB Variations
Color information
#FCBD2E (or 0xFCBD2E) is known color: Saffron. HEX triplet: FC, BD and 2E. RGB value is (252,189,46). Sum of RGB (Red+Green+Blue) = 252+189+46=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 46 (18.36% from 255 or 9.45% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBD2E is #0342D1. Grayscale: #C0C0C0. Windows color (decimal): -213714 or 3063292. OLE color: 3063292.
HSL color Cylindrical-coordinate representation of color #FCBD2E: hue angle of 41.65º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCBD2E is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 46 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.01 |
| HSL | 41.65º | 0.97% | 0.58% | - |
| HSV(B) | 41.65º | 0.82% | 0.99% | - |
| XYZ | 58.84 | 57.29 | 10.54 | - |
| YUV | 191.54 | 45.87 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 46 | 0 | 0.25 | 0.82 | 0.01 | 41.65 | 0.97 | 0.58 |
| Hex | FC | BD | 2E | 0 | 19 | 52 | 1 | 2A | 61 | 3A |
| Octal | 374 | 275 | 56 | 0 | 31 | 122 | 1 | 52 | 141 | 72 |
| Binary | 11111100 | 10111101 | 101110 | 0 | 11001 | 1010010 | 1 | 101010 | 1100001 | 111010 |
Color Harmonies of #FCBD2E
Complementary color
Monochromatic Colors of #FCBD2E
Black with #FCBD2E
Text Example
Text Example
White with #FCBD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBD2E; }
p { color: rgb(252,189,46); }
H1.HeaderClassName
{
color: #FCBD2E;
}
.AnyTagClassName
{
color: #FCBD2E;
}
</style>
background-color css
<style>
a { background-color: #FCBD2E; }
a { background-color: rgb(252,189,46); }
div.DivClassName
{
background-color: #FCBD2E;
}
.BgClassName
{
background-color: #FCBD2E;
}
</style>
border-color css
<style>
span { border-color: #FCBD2E; }
span { border-color: rgb(252,189,46); }
td.TdClassName
{
border-color: #FCBD2E;
}
.TagClassName
{
border-color: #FCBD2E;
}
</style>