Shades of Saffron #F4C339
Tints of Saffron #F4C339
RGB
CMYK
RGB Variations
Color information
#F4C339 (or 0xF4C339) is known color: Saffron. HEX triplet: F4, C3 and 39. RGB value is (244,195,57). Sum of RGB (Red+Green+Blue) = 244+195+57=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 57 (22.66% from 255 or 11.49% from 496); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C339 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C339 is #0B3CC6. Grayscale: #C2C2C2. Windows color (decimal): -736455 or 3785716. OLE color: 3785716.
HSL color Cylindrical-coordinate representation of color #F4C339: hue angle of 44.28º degrees, saturation: 0.89, 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 #F4C339 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 195 | 57 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.04 |
| HSL | 44.28º | 0.89% | 0.59% | - |
| HSV(B) | 44.28º | 0.77% | 0.96% | - |
| XYZ | 57.56 | 58.56 | 12.14 | - |
| YUV | 193.92 | 50.73 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 195 | 57 | 0 | 0.20 | 0.77 | 0.04 | 44.28 | 0.89 | 0.59 |
| Hex | F4 | C3 | 39 | 0 | 14 | 4D | 4 | 2C | 59 | 3B |
| Octal | 364 | 303 | 71 | 0 | 24 | 115 | 4 | 54 | 131 | 73 |
| Binary | 11110100 | 11000011 | 111001 | 0 | 10100 | 1001101 | 100 | 101100 | 1011001 | 111011 |
Color Harmonies of #F4C339
Complementary color
Monochromatic Colors of #F4C339
Black with #F4C339
Text Example
Text Example
White with #F4C339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C339; }
p { color: rgb(244,195,57); }
H1.HeaderClassName
{
color: #F4C339;
}
.AnyTagClassName
{
color: #F4C339;
}
</style>
background-color css
<style>
a { background-color: #F4C339; }
a { background-color: rgb(244,195,57); }
div.DivClassName
{
background-color: #F4C339;
}
.BgClassName
{
background-color: #F4C339;
}
</style>
border-color css
<style>
span { border-color: #F4C339; }
span { border-color: rgb(244,195,57); }
td.TdClassName
{
border-color: #F4C339;
}
.TagClassName
{
border-color: #F4C339;
}
</style>