Shades of Saffron #F3CB37
Tints of Saffron #F3CB37
RGB
CMYK
RGB Variations
Color information
#F3CB37 (or 0xF3CB37) is known color: Saffron. HEX triplet: F3, CB and 37. RGB value is (243,203,55). Sum of RGB (Red+Green+Blue) = 243+203+55=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 55 (21.88% from 255 or 10.98% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CB37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CB37 is #0C34C8. Grayscale: #C6C6C6. Windows color (decimal): -799945 or 3656691. OLE color: 3656691.
HSL color Cylindrical-coordinate representation of color #F3CB37: hue angle of 47.23º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F3CB37 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 203 | 55 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.05 |
| HSL | 47.23º | 0.89% | 0.58% | - |
| HSV(B) | 47.23º | 0.77% | 0.95% | - |
| XYZ | 59.01 | 62.04 | 12.48 | - |
| YUV | 198.09 | 47.25 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 55 | 0 | 0.16 | 0.77 | 0.05 | 47.23 | 0.89 | 0.58 |
| Hex | F3 | CB | 37 | 0 | 10 | 4D | 5 | 2F | 59 | 3A |
| Octal | 363 | 313 | 67 | 0 | 20 | 115 | 5 | 57 | 131 | 72 |
| Binary | 11110011 | 11001011 | 110111 | 0 | 10000 | 1001101 | 101 | 101111 | 1011001 | 111010 |
Color Harmonies of #F3CB37
Complementary color
Monochromatic Colors of #F3CB37
Black with #F3CB37
Text Example
Text Example
White with #F3CB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CB37; }
p { color: rgb(243,203,55); }
H1.HeaderClassName
{
color: #F3CB37;
}
.AnyTagClassName
{
color: #F3CB37;
}
</style>
background-color css
<style>
a { background-color: #F3CB37; }
a { background-color: rgb(243,203,55); }
div.DivClassName
{
background-color: #F3CB37;
}
.BgClassName
{
background-color: #F3CB37;
}
</style>
border-color css
<style>
span { border-color: #F3CB37; }
span { border-color: rgb(243,203,55); }
td.TdClassName
{
border-color: #F3CB37;
}
.TagClassName
{
border-color: #F3CB37;
}
</style>