Shades of Saffron #FFC328
Tints of Saffron #FFC328
RGB
CMYK
RGB Variations
Color information
#FFC328 (or 0xFFC328) is known color: Saffron. HEX triplet: FF, C3 and 28. RGB value is (255,195,40). Sum of RGB (Red+Green+Blue) = 255+195+40=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 40 (16.02% from 255 or 8.16% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC328 is #003CD7. Grayscale: #C3C3C3. Windows color (decimal): -15576 or 2671615. OLE color: 2671615.
HSL color Cylindrical-coordinate representation of color #FFC328: hue angle of 43.26º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFC328 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 40 | - |
| CMYK | 0 | 0.24 | 0.84 | 0 |
| HSL | 43.26º | 1% | 0.58% | - |
| HSV(B) | 43.26º | 0.84% | 1% | - |
| XYZ | 61.14 | 60.44 | 10.45 | - |
| YUV | 195.27 | 40.38 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 40 | 0 | 0.24 | 0.84 | 0 | 43.26 | 1 | 0.58 |
| Hex | FF | C3 | 28 | 0 | 18 | 54 | 0 | 2B | 64 | 3A |
| Octal | 377 | 303 | 50 | 0 | 30 | 124 | 0 | 53 | 144 | 72 |
| Binary | 11111111 | 11000011 | 101000 | 0 | 11000 | 1010100 | 0 | 101011 | 1100100 | 111010 |
Color Harmonies of #FFC328
Complementary color
Monochromatic Colors of #FFC328
Black with #FFC328
Text Example
Text Example
White with #FFC328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC328; }
p { color: rgb(255,195,40); }
H1.HeaderClassName
{
color: #FFC328;
}
.AnyTagClassName
{
color: #FFC328;
}
</style>
background-color css
<style>
a { background-color: #FFC328; }
a { background-color: rgb(255,195,40); }
div.DivClassName
{
background-color: #FFC328;
}
.BgClassName
{
background-color: #FFC328;
}
</style>
border-color css
<style>
span { border-color: #FFC328; }
span { border-color: rgb(255,195,40); }
td.TdClassName
{
border-color: #FFC328;
}
.TagClassName
{
border-color: #FFC328;
}
</style>