Shades of Saffron #F0C631
Tints of Saffron #F0C631
RGB
CMYK
RGB Variations
Color information
#F0C631 (or 0xF0C631) is known color: Saffron. HEX triplet: F0, C6 and 31. RGB value is (240,198,49). Sum of RGB (Red+Green+Blue) = 240+198+49=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 49 (19.53% from 255 or 10.06% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C631 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C631 is #0F39CE. Grayscale: #C2C2C2. Windows color (decimal): -997839 or 3262192. OLE color: 3262192.
HSL color Cylindrical-coordinate representation of color #F0C631: hue angle of 46.81º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0C631 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 198 | 49 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.06 |
| HSL | 46.81º | 0.86% | 0.57% | - |
| HSV(B) | 46.81º | 0.8% | 0.94% | - |
| XYZ | 56.68 | 59.14 | 11.33 | - |
| YUV | 193.57 | 46.41 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 198 | 49 | 0 | 0.18 | 0.80 | 0.06 | 46.81 | 0.86 | 0.57 |
| Hex | F0 | C6 | 31 | 0 | 12 | 50 | 6 | 2F | 56 | 39 |
| Octal | 360 | 306 | 61 | 0 | 22 | 120 | 6 | 57 | 126 | 71 |
| Binary | 11110000 | 11000110 | 110001 | 0 | 10010 | 1010000 | 110 | 101111 | 1010110 | 111001 |
Color Harmonies of #F0C631
Complementary color
Monochromatic Colors of #F0C631
Black with #F0C631
Text Example
Text Example
White with #F0C631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C631; }
p { color: rgb(240,198,49); }
H1.HeaderClassName
{
color: #F0C631;
}
.AnyTagClassName
{
color: #F0C631;
}
</style>
background-color css
<style>
a { background-color: #F0C631; }
a { background-color: rgb(240,198,49); }
div.DivClassName
{
background-color: #F0C631;
}
.BgClassName
{
background-color: #F0C631;
}
</style>
border-color css
<style>
span { border-color: #F0C631; }
span { border-color: rgb(240,198,49); }
td.TdClassName
{
border-color: #F0C631;
}
.TagClassName
{
border-color: #F0C631;
}
</style>