Shades of Saffron #F6C434
Tints of Saffron #F6C434
RGB
CMYK
RGB Variations
Color information
#F6C434 (or 0xF6C434) is known color: Saffron. HEX triplet: F6, C4 and 34. RGB value is (246,196,52). Sum of RGB (Red+Green+Blue) = 246+196+52=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 52 (20.70% from 255 or 10.53% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C434 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C434 is #093BCB. Grayscale: #C3C3C3. Windows color (decimal): -605132 or 3458294. OLE color: 3458294.
HSL color Cylindrical-coordinate representation of color #F6C434: hue angle of 44.54º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F6C434 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 196 | 52 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.04 |
| HSL | 44.54º | 0.92% | 0.58% | - |
| HSV(B) | 44.54º | 0.79% | 0.96% | - |
| XYZ | 58.37 | 59.32 | 11.62 | - |
| YUV | 194.53 | 47.57 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 196 | 52 | 0 | 0.20 | 0.79 | 0.04 | 44.54 | 0.92 | 0.58 |
| Hex | F6 | C4 | 34 | 0 | 14 | 4F | 4 | 2D | 5C | 3A |
| Octal | 366 | 304 | 64 | 0 | 24 | 117 | 4 | 55 | 134 | 72 |
| Binary | 11110110 | 11000100 | 110100 | 0 | 10100 | 1001111 | 100 | 101101 | 1011100 | 111010 |
Color Harmonies of #F6C434
Complementary color
Monochromatic Colors of #F6C434
Black with #F6C434
Text Example
Text Example
White with #F6C434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C434; }
p { color: rgb(246,196,52); }
H1.HeaderClassName
{
color: #F6C434;
}
.AnyTagClassName
{
color: #F6C434;
}
</style>
background-color css
<style>
a { background-color: #F6C434; }
a { background-color: rgb(246,196,52); }
div.DivClassName
{
background-color: #F6C434;
}
.BgClassName
{
background-color: #F6C434;
}
</style>
border-color css
<style>
span { border-color: #F6C434; }
span { border-color: rgb(246,196,52); }
td.TdClassName
{
border-color: #F6C434;
}
.TagClassName
{
border-color: #F6C434;
}
</style>