Shades of Festival #F2CB43
Tints of Festival #F2CB43
RGB
CMYK
RGB Variations
Color information
#F2CB43 (or 0xF2CB43) is known color: Festival. HEX triplet: F2, CB and 43. RGB value is (242,203,67). Sum of RGB (Red+Green+Blue) = 242+203+67=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 67 (26.56% from 255 or 13.09% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CB43 is #0D34BC. Grayscale: #C7C7C7. Windows color (decimal): -865469 or 4443122. OLE color: 4443122.
HSL color Cylindrical-coordinate representation of color #F2CB43: hue angle of 46.63º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F2CB43 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 67 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.05 |
| HSL | 46.63º | 0.87% | 0.61% | - |
| HSV(B) | 46.63º | 0.72% | 0.95% | - |
| XYZ | 58.99 | 61.99 | 14.17 | - |
| YUV | 199.16 | 53.42 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 67 | 0 | 0.16 | 0.72 | 0.05 | 46.63 | 0.87 | 0.61 |
| Hex | F2 | CB | 43 | 0 | 10 | 48 | 5 | 2F | 57 | 3D |
| Octal | 362 | 313 | 103 | 0 | 20 | 110 | 5 | 57 | 127 | 75 |
| Binary | 11110010 | 11001011 | 1000011 | 0 | 10000 | 1001000 | 101 | 101111 | 1010111 | 111101 |
Color Harmonies of #F2CB43
Complementary color
Monochromatic Colors of #F2CB43
Black with #F2CB43
Text Example
Text Example
White with #F2CB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CB43; }
p { color: rgb(242,203,67); }
H1.HeaderClassName
{
color: #F2CB43;
}
.AnyTagClassName
{
color: #F2CB43;
}
</style>
background-color css
<style>
a { background-color: #F2CB43; }
a { background-color: rgb(242,203,67); }
div.DivClassName
{
background-color: #F2CB43;
}
.BgClassName
{
background-color: #F2CB43;
}
</style>
border-color css
<style>
span { border-color: #F2CB43; }
span { border-color: rgb(242,203,67); }
td.TdClassName
{
border-color: #F2CB43;
}
.TagClassName
{
border-color: #F2CB43;
}
</style>