Shades of Saffron #F3C130
Tints of Saffron #F3C130
RGB
CMYK
RGB Variations
Color information
#F3C130 (or 0xF3C130) is known color: Saffron. HEX triplet: F3, C1 and 30. RGB value is (243,193,48). Sum of RGB (Red+Green+Blue) = 243+193+48=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 48 (19.14% from 255 or 9.92% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C130 is #0C3ECF. Grayscale: #C0C0C0. Windows color (decimal): -802512 or 3195379. OLE color: 3195379.
HSL color Cylindrical-coordinate representation of color #F3C130: hue angle of 44.62º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F3C130 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 193 | 48 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.05 |
| HSL | 44.62º | 0.89% | 0.57% | - |
| HSV(B) | 44.62º | 0.8% | 0.95% | - |
| XYZ | 56.57 | 57.41 | 10.9 | - |
| YUV | 191.42 | 47.07 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 193 | 48 | 0 | 0.21 | 0.80 | 0.05 | 44.62 | 0.89 | 0.57 |
| Hex | F3 | C1 | 30 | 0 | 15 | 50 | 5 | 2D | 59 | 39 |
| Octal | 363 | 301 | 60 | 0 | 25 | 120 | 5 | 55 | 131 | 71 |
| Binary | 11110011 | 11000001 | 110000 | 0 | 10101 | 1010000 | 101 | 101101 | 1011001 | 111001 |
Color Harmonies of #F3C130
Complementary color
Monochromatic Colors of #F3C130
Black with #F3C130
Text Example
Text Example
White with #F3C130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C130; }
p { color: rgb(243,193,48); }
H1.HeaderClassName
{
color: #F3C130;
}
.AnyTagClassName
{
color: #F3C130;
}
</style>
background-color css
<style>
a { background-color: #F3C130; }
a { background-color: rgb(243,193,48); }
div.DivClassName
{
background-color: #F3C130;
}
.BgClassName
{
background-color: #F3C130;
}
</style>
border-color css
<style>
span { border-color: #F3C130; }
span { border-color: rgb(243,193,48); }
td.TdClassName
{
border-color: #F3C130;
}
.TagClassName
{
border-color: #F3C130;
}
</style>