Shades of Saffron #F5C235
Tints of Saffron #F5C235
RGB
CMYK
RGB Variations
Color information
#F5C235 (or 0xF5C235) is known color: Saffron. HEX triplet: F5, C2 and 35. RGB value is (245,194,53). Sum of RGB (Red+Green+Blue) = 245+194+53=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 53 (21.09% from 255 or 10.77% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C235 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C235 is #0A3DCA. Grayscale: #C1C1C1. Windows color (decimal): -671179 or 3523317. OLE color: 3523317.
HSL color Cylindrical-coordinate representation of color #F5C235: hue angle of 44.06º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5C235 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 194 | 53 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.04 |
| HSL | 44.06º | 0.91% | 0.58% | - |
| HSV(B) | 44.06º | 0.78% | 0.96% | - |
| XYZ | 57.59 | 58.25 | 11.58 | - |
| YUV | 193.18 | 48.9 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 194 | 53 | 0 | 0.21 | 0.78 | 0.04 | 44.06 | 0.91 | 0.58 |
| Hex | F5 | C2 | 35 | 0 | 15 | 4E | 4 | 2C | 5B | 3A |
| Octal | 365 | 302 | 65 | 0 | 25 | 116 | 4 | 54 | 133 | 72 |
| Binary | 11110101 | 11000010 | 110101 | 0 | 10101 | 1001110 | 100 | 101100 | 1011011 | 111010 |
Color Harmonies of #F5C235
Complementary color
Monochromatic Colors of #F5C235
Black with #F5C235
Text Example
Text Example
White with #F5C235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C235; }
p { color: rgb(245,194,53); }
H1.HeaderClassName
{
color: #F5C235;
}
.AnyTagClassName
{
color: #F5C235;
}
</style>
background-color css
<style>
a { background-color: #F5C235; }
a { background-color: rgb(245,194,53); }
div.DivClassName
{
background-color: #F5C235;
}
.BgClassName
{
background-color: #F5C235;
}
</style>
border-color css
<style>
span { border-color: #F5C235; }
span { border-color: rgb(245,194,53); }
td.TdClassName
{
border-color: #F5C235;
}
.TagClassName
{
border-color: #F5C235;
}
</style>