Shades of Festival #F3C94B
Tints of Festival #F3C94B
RGB
CMYK
RGB Variations
Color information
#F3C94B (or 0xF3C94B) is known color: Festival. HEX triplet: F3, C9 and 4B. RGB value is (243,201,75). Sum of RGB (Red+Green+Blue) = 243+201+75=519 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.82% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 75 (29.69% from 255 or 14.45% from 519); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C94B is #0C36B4. Grayscale: #C7C7C7. Windows color (decimal): -800437 or 4966899. OLE color: 4966899.
HSL color Cylindrical-coordinate representation of color #F3C94B: hue angle of 45º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F3C94B is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 201 | 75 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.05 |
| HSL | 45º | 0.88% | 0.62% | - |
| HSV(B) | 45º | 0.69% | 0.95% | - |
| XYZ | 59.12 | 61.34 | 15.38 | - |
| YUV | 199.19 | 57.91 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 75 | 0 | 0.17 | 0.69 | 0.05 | 45 | 0.88 | 0.62 |
| Hex | F3 | C9 | 4B | 0 | 11 | 45 | 5 | 2D | 58 | 3E |
| Octal | 363 | 311 | 113 | 0 | 21 | 105 | 5 | 55 | 130 | 76 |
| Binary | 11110011 | 11001001 | 1001011 | 0 | 10001 | 1000101 | 101 | 101101 | 1011000 | 111110 |
Color Harmonies of #F3C94B
Complementary color
Monochromatic Colors of #F3C94B
Black with #F3C94B
Text Example
Text Example
White with #F3C94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C94B; }
p { color: rgb(243,201,75); }
H1.HeaderClassName
{
color: #F3C94B;
}
.AnyTagClassName
{
color: #F3C94B;
}
</style>
background-color css
<style>
a { background-color: #F3C94B; }
a { background-color: rgb(243,201,75); }
div.DivClassName
{
background-color: #F3C94B;
}
.BgClassName
{
background-color: #F3C94B;
}
</style>
border-color css
<style>
span { border-color: #F3C94B; }
span { border-color: rgb(243,201,75); }
td.TdClassName
{
border-color: #F3C94B;
}
.TagClassName
{
border-color: #F3C94B;
}
</style>