Shades of Saffron #F3C22B
Tints of Saffron #F3C22B
RGB
CMYK
RGB Variations
Color information
#F3C22B (or 0xF3C22B) is known color: Saffron. HEX triplet: F3, C2 and 2B. RGB value is (243,194,43). Sum of RGB (Red+Green+Blue) = 243+194+43=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 43 (17.19% from 255 or 8.96% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C22B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C22B is #0C3DD4. Grayscale: #C0C0C0. Windows color (decimal): -802261 or 2867955. OLE color: 2867955.
HSL color Cylindrical-coordinate representation of color #F3C22B: hue angle of 45.3º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F3C22B is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 43 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.05 |
| HSL | 45.3º | 0.89% | 0.56% | - |
| HSV(B) | 45.3º | 0.82% | 0.95% | - |
| XYZ | 56.69 | 57.81 | 10.46 | - |
| YUV | 191.44 | 44.23 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 43 | 0 | 0.20 | 0.82 | 0.05 | 45.3 | 0.89 | 0.56 |
| Hex | F3 | C2 | 2B | 0 | 14 | 52 | 5 | 2D | 59 | 38 |
| Octal | 363 | 302 | 53 | 0 | 24 | 122 | 5 | 55 | 131 | 70 |
| Binary | 11110011 | 11000010 | 101011 | 0 | 10100 | 1010010 | 101 | 101101 | 1011001 | 111000 |
Color Harmonies of #F3C22B
Complementary color
Monochromatic Colors of #F3C22B
Black with #F3C22B
Text Example
Text Example
White with #F3C22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C22B; }
p { color: rgb(243,194,43); }
H1.HeaderClassName
{
color: #F3C22B;
}
.AnyTagClassName
{
color: #F3C22B;
}
</style>
background-color css
<style>
a { background-color: #F3C22B; }
a { background-color: rgb(243,194,43); }
div.DivClassName
{
background-color: #F3C22B;
}
.BgClassName
{
background-color: #F3C22B;
}
</style>
border-color css
<style>
span { border-color: #F3C22B; }
span { border-color: rgb(243,194,43); }
td.TdClassName
{
border-color: #F3C22B;
}
.TagClassName
{
border-color: #F3C22B;
}
</style>