Shades of Saffron #F4CB33
Tints of Saffron #F4CB33
RGB
CMYK
RGB Variations
Color information
#F4CB33 (or 0xF4CB33) is known color: Saffron. HEX triplet: F4, CB and 33. RGB value is (244,203,51). Sum of RGB (Red+Green+Blue) = 244+203+51=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 51 (20.31% from 255 or 10.24% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CB33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CB33 is #0B34CC. Grayscale: #C6C6C6. Windows color (decimal): -734413 or 3394548. OLE color: 3394548.
HSL color Cylindrical-coordinate representation of color #F4CB33: hue angle of 47.25º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F4CB33 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 51 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.04 |
| HSL | 47.25º | 0.9% | 0.58% | - |
| HSV(B) | 47.25º | 0.79% | 0.96% | - |
| XYZ | 59.26 | 62.18 | 12.01 | - |
| YUV | 197.93 | 45.08 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 51 | 0 | 0.17 | 0.79 | 0.04 | 47.25 | 0.9 | 0.58 |
| Hex | F4 | CB | 33 | 0 | 11 | 4F | 4 | 2F | 5A | 3A |
| Octal | 364 | 313 | 63 | 0 | 21 | 117 | 4 | 57 | 132 | 72 |
| Binary | 11110100 | 11001011 | 110011 | 0 | 10001 | 1001111 | 100 | 101111 | 1011010 | 111010 |
Color Harmonies of #F4CB33
Complementary color
Monochromatic Colors of #F4CB33
Black with #F4CB33
Text Example
Text Example
White with #F4CB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CB33; }
p { color: rgb(244,203,51); }
H1.HeaderClassName
{
color: #F4CB33;
}
.AnyTagClassName
{
color: #F4CB33;
}
</style>
background-color css
<style>
a { background-color: #F4CB33; }
a { background-color: rgb(244,203,51); }
div.DivClassName
{
background-color: #F4CB33;
}
.BgClassName
{
background-color: #F4CB33;
}
</style>
border-color css
<style>
span { border-color: #F4CB33; }
span { border-color: rgb(244,203,51); }
td.TdClassName
{
border-color: #F4CB33;
}
.TagClassName
{
border-color: #F4CB33;
}
</style>