Shades of Saffron #F5CA38
Tints of Saffron #F5CA38
RGB
CMYK
RGB Variations
Color information
#F5CA38 (or 0xF5CA38) is known color: Saffron. HEX triplet: F5, CA and 38. RGB value is (245,202,56). Sum of RGB (Red+Green+Blue) = 245+202+56=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 56 (22.27% from 255 or 11.13% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CA38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CA38 is #0A35C7. Grayscale: #C6C6C6. Windows color (decimal): -669128 or 3721973. OLE color: 3721973.
HSL color Cylindrical-coordinate representation of color #F5CA38: hue angle of 46.35º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F5CA38 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 202 | 56 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.04 |
| HSL | 46.35º | 0.9% | 0.59% | - |
| HSV(B) | 46.35º | 0.77% | 0.96% | - |
| XYZ | 59.49 | 61.94 | 12.56 | - |
| YUV | 198.21 | 47.75 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 202 | 56 | 0 | 0.18 | 0.77 | 0.04 | 46.35 | 0.9 | 0.59 |
| Hex | F5 | CA | 38 | 0 | 12 | 4D | 4 | 2E | 5A | 3B |
| Octal | 365 | 312 | 70 | 0 | 22 | 115 | 4 | 56 | 132 | 73 |
| Binary | 11110101 | 11001010 | 111000 | 0 | 10010 | 1001101 | 100 | 101110 | 1011010 | 111011 |
Color Harmonies of #F5CA38
Complementary color
Monochromatic Colors of #F5CA38
Black with #F5CA38
Text Example
Text Example
White with #F5CA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CA38; }
p { color: rgb(245,202,56); }
H1.HeaderClassName
{
color: #F5CA38;
}
.AnyTagClassName
{
color: #F5CA38;
}
</style>
background-color css
<style>
a { background-color: #F5CA38; }
a { background-color: rgb(245,202,56); }
div.DivClassName
{
background-color: #F5CA38;
}
.BgClassName
{
background-color: #F5CA38;
}
</style>
border-color css
<style>
span { border-color: #F5CA38; }
span { border-color: rgb(245,202,56); }
td.TdClassName
{
border-color: #F5CA38;
}
.TagClassName
{
border-color: #F5CA38;
}
</style>