Shades of Saffron #F3C33D
Tints of Saffron #F3C33D
RGB
CMYK
RGB Variations
Color information
#F3C33D (or 0xF3C33D) is known color: Saffron. HEX triplet: F3, C3 and 3D. RGB value is (243,195,61). Sum of RGB (Red+Green+Blue) = 243+195+61=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 61 (24.22% from 255 or 12.22% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C33D is #0C3CC2. Grayscale: #C2C2C2. Windows color (decimal): -801987 or 4047859. OLE color: 4047859.
HSL color Cylindrical-coordinate representation of color #F3C33D: hue angle of 44.18º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3C33D is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 195 | 61 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.05 |
| HSL | 44.18º | 0.88% | 0.6% | - |
| HSV(B) | 44.18º | 0.75% | 0.95% | - |
| XYZ | 57.32 | 58.42 | 12.67 | - |
| YUV | 194.08 | 52.9 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 195 | 61 | 0 | 0.20 | 0.75 | 0.05 | 44.18 | 0.88 | 0.6 |
| Hex | F3 | C3 | 3D | 0 | 14 | 4B | 5 | 2C | 58 | 3C |
| Octal | 363 | 303 | 75 | 0 | 24 | 113 | 5 | 54 | 130 | 74 |
| Binary | 11110011 | 11000011 | 111101 | 0 | 10100 | 1001011 | 101 | 101100 | 1011000 | 111100 |
Color Harmonies of #F3C33D
Complementary color
Monochromatic Colors of #F3C33D
Black with #F3C33D
Text Example
Text Example
White with #F3C33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C33D; }
p { color: rgb(243,195,61); }
H1.HeaderClassName
{
color: #F3C33D;
}
.AnyTagClassName
{
color: #F3C33D;
}
</style>
background-color css
<style>
a { background-color: #F3C33D; }
a { background-color: rgb(243,195,61); }
div.DivClassName
{
background-color: #F3C33D;
}
.BgClassName
{
background-color: #F3C33D;
}
</style>
border-color css
<style>
span { border-color: #F3C33D; }
span { border-color: rgb(243,195,61); }
td.TdClassName
{
border-color: #F3C33D;
}
.TagClassName
{
border-color: #F3C33D;
}
</style>