Shades of Saffron #FCBB2A
Tints of Saffron #FCBB2A
RGB
CMYK
RGB Variations
Color information
#FCBB2A (or 0xFCBB2A) is known color: Saffron. HEX triplet: FC, BB and 2A. RGB value is (252,187,42). Sum of RGB (Red+Green+Blue) = 252+187+42=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 42 (16.80% from 255 or 8.73% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBB2A is #0344D5. Grayscale: #BEBEBE. Windows color (decimal): -214230 or 2800636. OLE color: 2800636.
HSL color Cylindrical-coordinate representation of color #FCBB2A: hue angle of 41.43º 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 #FCBB2A is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 42 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.01 |
| HSL | 41.43º | 0.97% | 0.58% | - |
| HSV(B) | 41.43º | 0.83% | 0.99% | - |
| XYZ | 58.33 | 56.4 | 10 | - |
| YUV | 189.91 | 44.53 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 42 | 0 | 0.26 | 0.83 | 0.01 | 41.43 | 0.97 | 0.58 |
| Hex | FC | BB | 2A | 0 | 1A | 53 | 1 | 29 | 61 | 3A |
| Octal | 374 | 273 | 52 | 0 | 32 | 123 | 1 | 51 | 141 | 72 |
| Binary | 11111100 | 10111011 | 101010 | 0 | 11010 | 1010011 | 1 | 101001 | 1100001 | 111010 |
Color Harmonies of #FCBB2A
Complementary color
Monochromatic Colors of #FCBB2A
Black with #FCBB2A
Text Example
Text Example
White with #FCBB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB2A; }
p { color: rgb(252,187,42); }
H1.HeaderClassName
{
color: #FCBB2A;
}
.AnyTagClassName
{
color: #FCBB2A;
}
</style>
background-color css
<style>
a { background-color: #FCBB2A; }
a { background-color: rgb(252,187,42); }
div.DivClassName
{
background-color: #FCBB2A;
}
.BgClassName
{
background-color: #FCBB2A;
}
</style>
border-color css
<style>
span { border-color: #FCBB2A; }
span { border-color: rgb(252,187,42); }
td.TdClassName
{
border-color: #FCBB2A;
}
.TagClassName
{
border-color: #FCBB2A;
}
</style>