Shades of Saffron #F4CC3A
Tints of Saffron #F4CC3A
RGB
CMYK
RGB Variations
Color information
#F4CC3A (or 0xF4CC3A) is known color: Saffron. HEX triplet: F4, CC and 3A. RGB value is (244,204,58). Sum of RGB (Red+Green+Blue) = 244+204+58=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 58 (23.05% from 255 or 11.46% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CC3A is #0B33C5. Grayscale: #C7C7C7. Windows color (decimal): -734150 or 3853556. OLE color: 3853556.
HSL color Cylindrical-coordinate representation of color #F4CC3A: hue angle of 47.1º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F4CC3A is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 204 | 58 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.04 |
| HSL | 47.1º | 0.89% | 0.59% | - |
| HSV(B) | 47.1º | 0.76% | 0.96% | - |
| XYZ | 59.66 | 62.72 | 12.97 | - |
| YUV | 199.32 | 48.25 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 204 | 58 | 0 | 0.16 | 0.76 | 0.04 | 47.1 | 0.89 | 0.59 |
| Hex | F4 | CC | 3A | 0 | 10 | 4C | 4 | 2F | 59 | 3B |
| Octal | 364 | 314 | 72 | 0 | 20 | 114 | 4 | 57 | 131 | 73 |
| Binary | 11110100 | 11001100 | 111010 | 0 | 10000 | 1001100 | 100 | 101111 | 1011001 | 111011 |
Color Harmonies of #F4CC3A
Complementary color
Monochromatic Colors of #F4CC3A
Black with #F4CC3A
Text Example
Text Example
White with #F4CC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CC3A; }
p { color: rgb(244,204,58); }
H1.HeaderClassName
{
color: #F4CC3A;
}
.AnyTagClassName
{
color: #F4CC3A;
}
</style>
background-color css
<style>
a { background-color: #F4CC3A; }
a { background-color: rgb(244,204,58); }
div.DivClassName
{
background-color: #F4CC3A;
}
.BgClassName
{
background-color: #F4CC3A;
}
</style>
border-color css
<style>
span { border-color: #F4CC3A; }
span { border-color: rgb(244,204,58); }
td.TdClassName
{
border-color: #F4CC3A;
}
.TagClassName
{
border-color: #F4CC3A;
}
</style>