Shades of Saffron #FCBF2D
Tints of Saffron #FCBF2D
RGB
CMYK
RGB Variations
Color information
#FCBF2D (or 0xFCBF2D) is known color: Saffron. HEX triplet: FC, BF and 2D. RGB value is (252,191,45). Sum of RGB (Red+Green+Blue) = 252+191+45=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBF2D is #0340D2. Grayscale: #C1C1C1. Windows color (decimal): -213203 or 2998268. OLE color: 2998268.
HSL color Cylindrical-coordinate representation of color #FCBF2D: hue angle of 42.32º 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 #FCBF2D is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 45 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.01 |
| HSL | 42.32º | 0.97% | 0.58% | - |
| HSV(B) | 42.32º | 0.82% | 0.99% | - |
| XYZ | 59.25 | 58.15 | 10.58 | - |
| YUV | 192.6 | 44.71 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 45 | 0 | 0.24 | 0.82 | 0.01 | 42.32 | 0.97 | 0.58 |
| Hex | FC | BF | 2D | 0 | 18 | 52 | 1 | 2A | 61 | 3A |
| Octal | 374 | 277 | 55 | 0 | 30 | 122 | 1 | 52 | 141 | 72 |
| Binary | 11111100 | 10111111 | 101101 | 0 | 11000 | 1010010 | 1 | 101010 | 1100001 | 111010 |
Color Harmonies of #FCBF2D
Complementary color
Monochromatic Colors of #FCBF2D
Black with #FCBF2D
Text Example
Text Example
White with #FCBF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBF2D; }
p { color: rgb(252,191,45); }
H1.HeaderClassName
{
color: #FCBF2D;
}
.AnyTagClassName
{
color: #FCBF2D;
}
</style>
background-color css
<style>
a { background-color: #FCBF2D; }
a { background-color: rgb(252,191,45); }
div.DivClassName
{
background-color: #FCBF2D;
}
.BgClassName
{
background-color: #FCBF2D;
}
</style>
border-color css
<style>
span { border-color: #FCBF2D; }
span { border-color: rgb(252,191,45); }
td.TdClassName
{
border-color: #FCBF2D;
}
.TagClassName
{
border-color: #FCBF2D;
}
</style>