Shades of Festival #F2D04B
Tints of Festival #F2D04B
RGB
CMYK
RGB Variations
Color information
#F2D04B (or 0xF2D04B) is known color: Festival. HEX triplet: F2, D0 and 4B. RGB value is (242,208,75). Sum of RGB (Red+Green+Blue) = 242+208+75=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 75 (29.69% from 255 or 14.29% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D04B is #0D2FB4. Grayscale: #CBCBCB. Windows color (decimal): -864181 or 4968690. OLE color: 4968690.
HSL color Cylindrical-coordinate representation of color #F2D04B: hue angle of 47.78º degrees, saturation: 0.87, 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 #F2D04B is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 75 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.05 |
| HSL | 47.78º | 0.87% | 0.62% | - |
| HSV(B) | 47.78º | 0.69% | 0.95% | - |
| XYZ | 60.44 | 64.5 | 15.92 | - |
| YUV | 203 | 55.76 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 75 | 0 | 0.14 | 0.69 | 0.05 | 47.78 | 0.87 | 0.62 |
| Hex | F2 | D0 | 4B | 0 | E | 45 | 5 | 30 | 57 | 3E |
| Octal | 362 | 320 | 113 | 0 | 16 | 105 | 5 | 60 | 127 | 76 |
| Binary | 11110010 | 11010000 | 1001011 | 0 | 1110 | 1000101 | 101 | 110000 | 1010111 | 111110 |
Color Harmonies of #F2D04B
Complementary color
Monochromatic Colors of #F2D04B
Black with #F2D04B
Text Example
Text Example
White with #F2D04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D04B; }
p { color: rgb(242,208,75); }
H1.HeaderClassName
{
color: #F2D04B;
}
.AnyTagClassName
{
color: #F2D04B;
}
</style>
background-color css
<style>
a { background-color: #F2D04B; }
a { background-color: rgb(242,208,75); }
div.DivClassName
{
background-color: #F2D04B;
}
.BgClassName
{
background-color: #F2D04B;
}
</style>
border-color css
<style>
span { border-color: #F2D04B; }
span { border-color: rgb(242,208,75); }
td.TdClassName
{
border-color: #F2D04B;
}
.TagClassName
{
border-color: #F2D04B;
}
</style>