Shades of Saffron #F3C339
Tints of Saffron #F3C339
RGB
CMYK
RGB Variations
Color information
#F3C339 (or 0xF3C339) is known color: Saffron. HEX triplet: F3, C3 and 39. RGB value is (243,195,57). Sum of RGB (Red+Green+Blue) = 243+195+57=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 57 (22.66% from 255 or 11.52% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C339 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C339 is #0C3CC6. Grayscale: #C2C2C2. Windows color (decimal): -801991 or 3785715. OLE color: 3785715.
HSL color Cylindrical-coordinate representation of color #F3C339: hue angle of 44.52º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F3C339 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 195 | 57 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.05 |
| HSL | 44.52º | 0.89% | 0.59% | - |
| HSV(B) | 44.52º | 0.77% | 0.95% | - |
| XYZ | 57.22 | 58.38 | 12.12 | - |
| YUV | 193.62 | 50.9 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 195 | 57 | 0 | 0.20 | 0.77 | 0.05 | 44.52 | 0.89 | 0.59 |
| Hex | F3 | C3 | 39 | 0 | 14 | 4D | 5 | 2D | 59 | 3B |
| Octal | 363 | 303 | 71 | 0 | 24 | 115 | 5 | 55 | 131 | 73 |
| Binary | 11110011 | 11000011 | 111001 | 0 | 10100 | 1001101 | 101 | 101101 | 1011001 | 111011 |
Color Harmonies of #F3C339
Complementary color
Monochromatic Colors of #F3C339
Black with #F3C339
Text Example
Text Example
White with #F3C339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C339; }
p { color: rgb(243,195,57); }
H1.HeaderClassName
{
color: #F3C339;
}
.AnyTagClassName
{
color: #F3C339;
}
</style>
background-color css
<style>
a { background-color: #F3C339; }
a { background-color: rgb(243,195,57); }
div.DivClassName
{
background-color: #F3C339;
}
.BgClassName
{
background-color: #F3C339;
}
</style>
border-color css
<style>
span { border-color: #F3C339; }
span { border-color: rgb(243,195,57); }
td.TdClassName
{
border-color: #F3C339;
}
.TagClassName
{
border-color: #F3C339;
}
</style>