#F0C947

Color #F0C947 Festival (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Festival #F0C947

Tints of Festival #F0C947

Color information

#F0C947 (or 0xF0C947) is unknown color: approx Festival. HEX triplet: F0, C9 and 47. RGB value is (240,201,71). Sum of RGB (Red+Green+Blue) = 240+201+71=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 71 (28.12% from 255 or 13.87% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C947 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C947 is #0F36B8. Grayscale: #C6C6C6. Windows color (decimal): -997049 or 4704752. OLE color: 4704752.

HSL color Cylindrical-coordinate representation of color #F0C947: hue angle of 46.15º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0C947 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB24020171-
CMYK00.160.700.06
HSL46.15º84.92%60.98%-
HSV(B)46.15º70.42%94.12%-
XYZ57.9660.7514.63-
YUV197.8456.42158.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 46.88%
GREEN value IS 201 (78.91% from 255) = 39.26%
BLUE value IS 71 (28.12% from 255) = 13.87%
R=46.88%
G=39.26%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402017100.160.700.0646.1584.9260.98
HexF0C9470104662e553d
Octal36031110702010665612575
Binary1111000011001001100011101000010001101101011101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C947; }

 p { color: rgb(240,201,71); }

 H1.HeaderClassName
 {
   color: #F0C947;
 }
 .AnyTagClassName
 {
   color: #F0C947;
 }
</style>
background-color css

<style>
 a { background-color: #F0C947; }

 a { background-color: rgb(240,201,71); }

 div.DivClassName
 {
   background-color: #F0C947;
 }
 .BgClassName
 {
   background-color: #F0C947;
 }
</style>
border-color css

<style>
 span { border-color: #F0C947; }

 span { border-color: rgb(240,201,71); }

 td.TdClassName
 {
   border-color: #F0C947;
 }
 .TagClassName
 {
   border-color: #F0C947;
 }
</style>