Shades of Saffron #F2CA34
Tints of Saffron #F2CA34
RGB
CMYK
RGB Variations
Color information
#F2CA34 (or 0xF2CA34) is known color: Saffron. HEX triplet: F2, CA and 34. RGB value is (242,202,52). Sum of RGB (Red+Green+Blue) = 242+202+52=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 52 (20.70% from 255 or 10.48% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CA34 is #0D35CB. Grayscale: #C5C5C5. Windows color (decimal): -865740 or 3459826. OLE color: 3459826.
HSL color Cylindrical-coordinate representation of color #F2CA34: hue angle of 47.37º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2CA34 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 202 | 52 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.05 |
| HSL | 47.37º | 0.88% | 0.58% | - |
| HSV(B) | 47.37º | 0.79% | 0.95% | - |
| XYZ | 58.36 | 61.37 | 12.02 | - |
| YUV | 196.86 | 46.25 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 52 | 0 | 0.17 | 0.79 | 0.05 | 47.37 | 0.88 | 0.58 |
| Hex | F2 | CA | 34 | 0 | 11 | 4F | 5 | 2F | 58 | 3A |
| Octal | 362 | 312 | 64 | 0 | 21 | 117 | 5 | 57 | 130 | 72 |
| Binary | 11110010 | 11001010 | 110100 | 0 | 10001 | 1001111 | 101 | 101111 | 1011000 | 111010 |
Color Harmonies of #F2CA34
Complementary color
Monochromatic Colors of #F2CA34
Black with #F2CA34
Text Example
Text Example
White with #F2CA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CA34; }
p { color: rgb(242,202,52); }
H1.HeaderClassName
{
color: #F2CA34;
}
.AnyTagClassName
{
color: #F2CA34;
}
</style>
background-color css
<style>
a { background-color: #F2CA34; }
a { background-color: rgb(242,202,52); }
div.DivClassName
{
background-color: #F2CA34;
}
.BgClassName
{
background-color: #F2CA34;
}
</style>
border-color css
<style>
span { border-color: #F2CA34; }
span { border-color: rgb(242,202,52); }
td.TdClassName
{
border-color: #F2CA34;
}
.TagClassName
{
border-color: #F2CA34;
}
</style>