Shades of Saffron #F4BD3E
Tints of Saffron #F4BD3E
RGB
CMYK
RGB Variations
Color information
#F4BD3E (or 0xF4BD3E) is known color: Saffron. HEX triplet: F4, BD and 3E. RGB value is (244,189,62). Sum of RGB (Red+Green+Blue) = 244+189+62=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 62 (24.61% from 255 or 12.53% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4BD3E is #0B42C1. Grayscale: #BFBFBF. Windows color (decimal): -737986 or 4111860. OLE color: 4111860.
HSL color Cylindrical-coordinate representation of color #F4BD3E: hue angle of 41.87º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F4BD3E is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 62 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.04 |
| HSL | 41.87º | 0.89% | 0.6% | - |
| HSV(B) | 41.87º | 0.75% | 0.96% | - |
| XYZ | 56.38 | 55.98 | 12.39 | - |
| YUV | 190.97 | 55.22 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 62 | 0 | 0.23 | 0.75 | 0.04 | 41.87 | 0.89 | 0.6 |
| Hex | F4 | BD | 3E | 0 | 17 | 4B | 4 | 2A | 59 | 3C |
| Octal | 364 | 275 | 76 | 0 | 27 | 113 | 4 | 52 | 131 | 74 |
| Binary | 11110100 | 10111101 | 111110 | 0 | 10111 | 1001011 | 100 | 101010 | 1011001 | 111100 |
Color Harmonies of #F4BD3E
Complementary color
Monochromatic Colors of #F4BD3E
Black with #F4BD3E
Text Example
Text Example
White with #F4BD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BD3E; }
p { color: rgb(244,189,62); }
H1.HeaderClassName
{
color: #F4BD3E;
}
.AnyTagClassName
{
color: #F4BD3E;
}
</style>
background-color css
<style>
a { background-color: #F4BD3E; }
a { background-color: rgb(244,189,62); }
div.DivClassName
{
background-color: #F4BD3E;
}
.BgClassName
{
background-color: #F4BD3E;
}
</style>
border-color css
<style>
span { border-color: #F4BD3E; }
span { border-color: rgb(244,189,62); }
td.TdClassName
{
border-color: #F4BD3E;
}
.TagClassName
{
border-color: #F4BD3E;
}
</style>