Shades of Saffron #F3C128
Tints of Saffron #F3C128
RGB
CMYK
RGB Variations
Color information
#F3C128 (or 0xF3C128) is known color: Saffron. HEX triplet: F3, C1 and 28. RGB value is (243,193,40). Sum of RGB (Red+Green+Blue) = 243+193+40=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 40 (16.02% from 255 or 8.40% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C128 is #0C3ED7. Grayscale: #BFBFBF. Windows color (decimal): -802520 or 2671091. OLE color: 2671091.
HSL color Cylindrical-coordinate representation of color #F3C128: hue angle of 45.22º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F3C128 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 193 | 40 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.05 |
| HSL | 45.22º | 0.89% | 0.55% | - |
| HSV(B) | 45.22º | 0.84% | 0.95% | - |
| XYZ | 56.42 | 57.35 | 10.1 | - |
| YUV | 190.51 | 43.07 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 193 | 40 | 0 | 0.21 | 0.84 | 0.05 | 45.22 | 0.89 | 0.55 |
| Hex | F3 | C1 | 28 | 0 | 15 | 54 | 5 | 2D | 59 | 37 |
| Octal | 363 | 301 | 50 | 0 | 25 | 124 | 5 | 55 | 131 | 67 |
| Binary | 11110011 | 11000001 | 101000 | 0 | 10101 | 1010100 | 101 | 101101 | 1011001 | 110111 |
Color Harmonies of #F3C128
Complementary color
Monochromatic Colors of #F3C128
Black with #F3C128
Text Example
Text Example
White with #F3C128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C128; }
p { color: rgb(243,193,40); }
H1.HeaderClassName
{
color: #F3C128;
}
.AnyTagClassName
{
color: #F3C128;
}
</style>
background-color css
<style>
a { background-color: #F3C128; }
a { background-color: rgb(243,193,40); }
div.DivClassName
{
background-color: #F3C128;
}
.BgClassName
{
background-color: #F3C128;
}
</style>
border-color css
<style>
span { border-color: #F3C128; }
span { border-color: rgb(243,193,40); }
td.TdClassName
{
border-color: #F3C128;
}
.TagClassName
{
border-color: #F3C128;
}
</style>