Shades of Saffron #F3C631
Tints of Saffron #F3C631
RGB
CMYK
RGB Variations
Color information
#F3C631 (or 0xF3C631) is known color: Saffron. HEX triplet: F3, C6 and 31. RGB value is (243,198,49). Sum of RGB (Red+Green+Blue) = 243+198+49=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 49 (19.53% from 255 or 10% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C631 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C631 is #0C39CE. Grayscale: #C3C3C3. Windows color (decimal): -801231 or 3262195. OLE color: 3262195.
HSL color Cylindrical-coordinate representation of color #F3C631: hue angle of 46.08º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F3C631 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 198 | 49 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.05 |
| HSL | 46.08º | 0.89% | 0.57% | - |
| HSV(B) | 46.08º | 0.8% | 0.95% | - |
| XYZ | 57.71 | 59.66 | 11.38 | - |
| YUV | 194.47 | 45.91 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 49 | 0 | 0.19 | 0.80 | 0.05 | 46.08 | 0.89 | 0.57 |
| Hex | F3 | C6 | 31 | 0 | 13 | 50 | 5 | 2E | 59 | 39 |
| Octal | 363 | 306 | 61 | 0 | 23 | 120 | 5 | 56 | 131 | 71 |
| Binary | 11110011 | 11000110 | 110001 | 0 | 10011 | 1010000 | 101 | 101110 | 1011001 | 111001 |
Color Harmonies of #F3C631
Complementary color
Monochromatic Colors of #F3C631
Black with #F3C631
Text Example
Text Example
White with #F3C631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C631; }
p { color: rgb(243,198,49); }
H1.HeaderClassName
{
color: #F3C631;
}
.AnyTagClassName
{
color: #F3C631;
}
</style>
background-color css
<style>
a { background-color: #F3C631; }
a { background-color: rgb(243,198,49); }
div.DivClassName
{
background-color: #F3C631;
}
.BgClassName
{
background-color: #F3C631;
}
</style>
border-color css
<style>
span { border-color: #F3C631; }
span { border-color: rgb(243,198,49); }
td.TdClassName
{
border-color: #F3C631;
}
.TagClassName
{
border-color: #F3C631;
}
</style>