Shades of Saffron #FFC028
Tints of Saffron #FFC028
RGB
CMYK
RGB Variations
Color information
#FFC028 (or 0xFFC028) is known color: Saffron. HEX triplet: FF, C0 and 28. RGB value is (255,192,40). Sum of RGB (Red+Green+Blue) = 255+192+40=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 40 (16.02% from 255 or 8.21% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC028 is #003FD7. Grayscale: #C2C2C2. Windows color (decimal): -16344 or 2670847. OLE color: 2670847.
HSL color Cylindrical-coordinate representation of color #FFC028: hue angle of 42.42º 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 #FFC028 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 40 | - |
| CMYK | 0 | 0.25 | 0.84 | 0 |
| HSL | 42.42º | 1% | 0.58% | - |
| HSV(B) | 42.42º | 0.84% | 1% | - |
| XYZ | 60.47 | 59.11 | 10.23 | - |
| YUV | 193.51 | 41.37 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 40 | 0 | 0.25 | 0.84 | 0 | 42.42 | 1 | 0.58 |
| Hex | FF | C0 | 28 | 0 | 19 | 54 | 0 | 2A | 64 | 3A |
| Octal | 377 | 300 | 50 | 0 | 31 | 124 | 0 | 52 | 144 | 72 |
| Binary | 11111111 | 11000000 | 101000 | 0 | 11001 | 1010100 | 0 | 101010 | 1100100 | 111010 |
Color Harmonies of #FFC028
Complementary color
Monochromatic Colors of #FFC028
Black with #FFC028
Text Example
Text Example
White with #FFC028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC028; }
p { color: rgb(255,192,40); }
H1.HeaderClassName
{
color: #FFC028;
}
.AnyTagClassName
{
color: #FFC028;
}
</style>
background-color css
<style>
a { background-color: #FFC028; }
a { background-color: rgb(255,192,40); }
div.DivClassName
{
background-color: #FFC028;
}
.BgClassName
{
background-color: #FFC028;
}
</style>
border-color css
<style>
span { border-color: #FFC028; }
span { border-color: rgb(255,192,40); }
td.TdClassName
{
border-color: #FFC028;
}
.TagClassName
{
border-color: #FFC028;
}
</style>