#F0C547

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

Shades of Festival #F0C547

Tints of Festival #F0C547

Color information

#F0C547 (or 0xF0C547) is unknown color: approx Festival. HEX triplet: F0, C5 and 47. RGB value is (240,197,71). Sum of RGB (Red+Green+Blue) = 240+197+71=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 71 (28.12% from 255 or 13.98% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C547 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C547 is #0F3AB8. Grayscale: #C4C4C4. Windows color (decimal): -998073 or 4703728. OLE color: 4703728.

HSL color Cylindrical-coordinate representation of color #F0C547: hue angle of 44.73º 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 #F0C547 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB24019771-
CMYK00.180.700.06
HSL44.73º84.92%60.98%-
HSV(B)44.73º70.42%94.12%-
XYZ57.0458.9114.33-
YUV195.4957.75159.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.24%
GREEN value IS 197 (77.34% from 255) = 38.78%
BLUE value IS 71 (28.12% from 255) = 13.98%
R=47.24%
G=38.78%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401977100.180.700.0644.7384.9260.98
HexF0C5470124662d553d
Octal36030510702210665512575
Binary1111000011000101100011101001010001101101011011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C547; }

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

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

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

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

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

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

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

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