Shades of Saffron #F3C43C
Tints of Saffron #F3C43C
RGB
CMYK
RGB Variations
Color information
#F3C43C (or 0xF3C43C) is known color: Saffron. HEX triplet: F3, C4 and 3C. RGB value is (243,196,60). Sum of RGB (Red+Green+Blue) = 243+196+60=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 60 (23.83% from 255 or 12.02% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C43C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C43C is #0C3BC3. Grayscale: #C3C3C3. Windows color (decimal): -801732 or 3982579. OLE color: 3982579.
HSL color Cylindrical-coordinate representation of color #F3C43C: hue angle of 44.59º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3C43C is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 196 | 60 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.05 |
| HSL | 44.59º | 0.88% | 0.59% | - |
| HSV(B) | 44.59º | 0.75% | 0.95% | - |
| XYZ | 57.52 | 58.86 | 12.6 | - |
| YUV | 194.55 | 52.07 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 196 | 60 | 0 | 0.19 | 0.75 | 0.05 | 44.59 | 0.88 | 0.59 |
| Hex | F3 | C4 | 3C | 0 | 13 | 4B | 5 | 2D | 58 | 3B |
| Octal | 363 | 304 | 74 | 0 | 23 | 113 | 5 | 55 | 130 | 73 |
| Binary | 11110011 | 11000100 | 111100 | 0 | 10011 | 1001011 | 101 | 101101 | 1011000 | 111011 |
Color Harmonies of #F3C43C
Complementary color
Monochromatic Colors of #F3C43C
Black with #F3C43C
Text Example
Text Example
White with #F3C43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C43C; }
p { color: rgb(243,196,60); }
H1.HeaderClassName
{
color: #F3C43C;
}
.AnyTagClassName
{
color: #F3C43C;
}
</style>
background-color css
<style>
a { background-color: #F3C43C; }
a { background-color: rgb(243,196,60); }
div.DivClassName
{
background-color: #F3C43C;
}
.BgClassName
{
background-color: #F3C43C;
}
</style>
border-color css
<style>
span { border-color: #F3C43C; }
span { border-color: rgb(243,196,60); }
td.TdClassName
{
border-color: #F3C43C;
}
.TagClassName
{
border-color: #F3C43C;
}
</style>