Shades of Saffron #F6CB34
Tints of Saffron #F6CB34
RGB
CMYK
RGB Variations
Color information
#F6CB34 (or 0xF6CB34) is known color: Saffron. HEX triplet: F6, CB and 34. RGB value is (246,203,52). Sum of RGB (Red+Green+Blue) = 246+203+52=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 52 (20.70% from 255 or 10.38% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CB34 is #0934CB. Grayscale: #C7C7C7. Windows color (decimal): -603340 or 3460086. OLE color: 3460086.
HSL color Cylindrical-coordinate representation of color #F6CB34: hue angle of 46.7º 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 #F6CB34 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 203 | 52 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.04 |
| HSL | 46.7º | 0.92% | 0.58% | - |
| HSV(B) | 46.7º | 0.79% | 0.96% | - |
| XYZ | 59.98 | 62.55 | 12.16 | - |
| YUV | 198.64 | 45.25 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 203 | 52 | 0 | 0.17 | 0.79 | 0.04 | 46.7 | 0.92 | 0.58 |
| Hex | F6 | CB | 34 | 0 | 11 | 4F | 4 | 2F | 5C | 3A |
| Octal | 366 | 313 | 64 | 0 | 21 | 117 | 4 | 57 | 134 | 72 |
| Binary | 11110110 | 11001011 | 110100 | 0 | 10001 | 1001111 | 100 | 101111 | 1011100 | 111010 |
Color Harmonies of #F6CB34
Complementary color
Monochromatic Colors of #F6CB34
Black with #F6CB34
Text Example
Text Example
White with #F6CB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CB34; }
p { color: rgb(246,203,52); }
H1.HeaderClassName
{
color: #F6CB34;
}
.AnyTagClassName
{
color: #F6CB34;
}
</style>
background-color css
<style>
a { background-color: #F6CB34; }
a { background-color: rgb(246,203,52); }
div.DivClassName
{
background-color: #F6CB34;
}
.BgClassName
{
background-color: #F6CB34;
}
</style>
border-color css
<style>
span { border-color: #F6CB34; }
span { border-color: rgb(246,203,52); }
td.TdClassName
{
border-color: #F6CB34;
}
.TagClassName
{
border-color: #F6CB34;
}
</style>