Shades of Saffron #F4C341
Tints of Saffron #F4C341
RGB
CMYK
RGB Variations
Color information
#F4C341 (or 0xF4C341) is known color: Saffron. HEX triplet: F4, C3 and 41. RGB value is (244,195,65). Sum of RGB (Red+Green+Blue) = 244+195+65=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 65 (25.78% from 255 or 12.90% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C341 is #0B3CBE. Grayscale: #C3C3C3. Windows color (decimal): -736447 or 4310004. OLE color: 4310004.
HSL color Cylindrical-coordinate representation of color #F4C341: hue angle of 43.58º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F4C341 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 195 | 65 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.04 |
| HSL | 43.58º | 0.89% | 0.61% | - |
| HSV(B) | 43.58º | 0.73% | 0.96% | - |
| XYZ | 57.78 | 58.64 | 13.28 | - |
| YUV | 194.83 | 54.73 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 195 | 65 | 0 | 0.20 | 0.73 | 0.04 | 43.58 | 0.89 | 0.61 |
| Hex | F4 | C3 | 41 | 0 | 14 | 49 | 4 | 2C | 59 | 3D |
| Octal | 364 | 303 | 101 | 0 | 24 | 111 | 4 | 54 | 131 | 75 |
| Binary | 11110100 | 11000011 | 1000001 | 0 | 10100 | 1001001 | 100 | 101100 | 1011001 | 111101 |
Color Harmonies of #F4C341
Complementary color
Monochromatic Colors of #F4C341
Black with #F4C341
Text Example
Text Example
White with #F4C341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C341; }
p { color: rgb(244,195,65); }
H1.HeaderClassName
{
color: #F4C341;
}
.AnyTagClassName
{
color: #F4C341;
}
</style>
background-color css
<style>
a { background-color: #F4C341; }
a { background-color: rgb(244,195,65); }
div.DivClassName
{
background-color: #F4C341;
}
.BgClassName
{
background-color: #F4C341;
}
</style>
border-color css
<style>
span { border-color: #F4C341; }
span { border-color: rgb(244,195,65); }
td.TdClassName
{
border-color: #F4C341;
}
.TagClassName
{
border-color: #F4C341;
}
</style>