Shades of Saffron #FCC326
Tints of Saffron #FCC326
RGB
CMYK
RGB Variations
Color information
#FCC326 (or 0xFCC326) is known color: Saffron. HEX triplet: FC, C3 and 26. RGB value is (252,195,38). Sum of RGB (Red+Green+Blue) = 252+195+38=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 38 (15.23% from 255 or 7.84% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC326 is #033CD9. Grayscale: #C2C2C2. Windows color (decimal): -212186 or 2540540. OLE color: 2540540.
HSL color Cylindrical-coordinate representation of color #FCC326: hue angle of 44.02º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCC326 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 38 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.01 |
| HSL | 44.02º | 0.97% | 0.57% | - |
| HSV(B) | 44.02º | 0.85% | 0.99% | - |
| XYZ | 60.01 | 59.87 | 10.23 | - |
| YUV | 194.15 | 39.88 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 38 | 0 | 0.23 | 0.85 | 0.01 | 44.02 | 0.97 | 0.57 |
| Hex | FC | C3 | 26 | 0 | 17 | 55 | 1 | 2C | 61 | 39 |
| Octal | 374 | 303 | 46 | 0 | 27 | 125 | 1 | 54 | 141 | 71 |
| Binary | 11111100 | 11000011 | 100110 | 0 | 10111 | 1010101 | 1 | 101100 | 1100001 | 111001 |
Color Harmonies of #FCC326
Complementary color
Monochromatic Colors of #FCC326
Black with #FCC326
Text Example
Text Example
White with #FCC326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC326; }
p { color: rgb(252,195,38); }
H1.HeaderClassName
{
color: #FCC326;
}
.AnyTagClassName
{
color: #FCC326;
}
</style>
background-color css
<style>
a { background-color: #FCC326; }
a { background-color: rgb(252,195,38); }
div.DivClassName
{
background-color: #FCC326;
}
.BgClassName
{
background-color: #FCC326;
}
</style>
border-color css
<style>
span { border-color: #FCC326; }
span { border-color: rgb(252,195,38); }
td.TdClassName
{
border-color: #FCC326;
}
.TagClassName
{
border-color: #FCC326;
}
</style>