Shades of Saffron #F2C732
Tints of Saffron #F2C732
RGB
CMYK
RGB Variations
Color information
#F2C732 (or 0xF2C732) is known color: Saffron. HEX triplet: F2, C7 and 32. RGB value is (242,199,50). Sum of RGB (Red+Green+Blue) = 242+199+50=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C732 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C732 is #0D38CD. Grayscale: #C3C3C3. Windows color (decimal): -866510 or 3327986. OLE color: 3327986.
HSL color Cylindrical-coordinate representation of color #F2C732: hue angle of 46.56º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2C732 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 199 | 50 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.05 |
| HSL | 46.56º | 0.88% | 0.57% | - |
| HSV(B) | 46.56º | 0.79% | 0.95% | - |
| XYZ | 57.62 | 59.95 | 11.55 | - |
| YUV | 194.87 | 46.25 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 199 | 50 | 0 | 0.18 | 0.79 | 0.05 | 46.56 | 0.88 | 0.57 |
| Hex | F2 | C7 | 32 | 0 | 12 | 4F | 5 | 2F | 58 | 39 |
| Octal | 362 | 307 | 62 | 0 | 22 | 117 | 5 | 57 | 130 | 71 |
| Binary | 11110010 | 11000111 | 110010 | 0 | 10010 | 1001111 | 101 | 101111 | 1011000 | 111001 |
Color Harmonies of #F2C732
Complementary color
Monochromatic Colors of #F2C732
Black with #F2C732
Text Example
Text Example
White with #F2C732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C732; }
p { color: rgb(242,199,50); }
H1.HeaderClassName
{
color: #F2C732;
}
.AnyTagClassName
{
color: #F2C732;
}
</style>
background-color css
<style>
a { background-color: #F2C732; }
a { background-color: rgb(242,199,50); }
div.DivClassName
{
background-color: #F2C732;
}
.BgClassName
{
background-color: #F2C732;
}
</style>
border-color css
<style>
span { border-color: #F2C732; }
span { border-color: rgb(242,199,50); }
td.TdClassName
{
border-color: #F2C732;
}
.TagClassName
{
border-color: #F2C732;
}
</style>