Shades of Saffron #FFC128
Tints of Saffron #FFC128
RGB
CMYK
RGB Variations
Color information
#FFC128 (or 0xFFC128) is known color: Saffron. HEX triplet: FF, C1 and 28. RGB value is (255,193,40). Sum of RGB (Red+Green+Blue) = 255+193+40=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 40 (16.02% from 255 or 8.20% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC128 is #003ED7. Grayscale: #C2C2C2. Windows color (decimal): -16088 or 2671103. OLE color: 2671103.
HSL color Cylindrical-coordinate representation of color #FFC128: hue angle of 42.7º 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 #FFC128 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 40 | - |
| CMYK | 0 | 0.24 | 0.84 | 0 |
| HSL | 42.7º | 1% | 0.58% | - |
| HSV(B) | 42.7º | 0.84% | 1% | - |
| XYZ | 60.69 | 59.55 | 10.3 | - |
| YUV | 194.1 | 41.04 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 40 | 0 | 0.24 | 0.84 | 0 | 42.7 | 1 | 0.58 |
| Hex | FF | C1 | 28 | 0 | 18 | 54 | 0 | 2B | 64 | 3A |
| Octal | 377 | 301 | 50 | 0 | 30 | 124 | 0 | 53 | 144 | 72 |
| Binary | 11111111 | 11000001 | 101000 | 0 | 11000 | 1010100 | 0 | 101011 | 1100100 | 111010 |
Color Harmonies of #FFC128
Complementary color
Monochromatic Colors of #FFC128
Black with #FFC128
Text Example
Text Example
White with #FFC128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC128; }
p { color: rgb(255,193,40); }
H1.HeaderClassName
{
color: #FFC128;
}
.AnyTagClassName
{
color: #FFC128;
}
</style>
background-color css
<style>
a { background-color: #FFC128; }
a { background-color: rgb(255,193,40); }
div.DivClassName
{
background-color: #FFC128;
}
.BgClassName
{
background-color: #FFC128;
}
</style>
border-color css
<style>
span { border-color: #FFC128; }
span { border-color: rgb(255,193,40); }
td.TdClassName
{
border-color: #FFC128;
}
.TagClassName
{
border-color: #FFC128;
}
</style>