#F0D547

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

Shades of Festival #F0D547

Tints of Festival #F0D547

Color information

#F0D547 (or 0xF0D547) is unknown color: approx Festival. HEX triplet: F0, D5 and 47. RGB value is (240,213,71). Sum of RGB (Red+Green+Blue) = 240+213+71=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 71 (28.12% from 255 or 13.55% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D547 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D547 is #0F2AB8. Grayscale: #CDCDCD. Windows color (decimal): -993977 or 4707824. OLE color: 4707824.

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

Color convert

RGB24021371-
CMYK00.110.700.06
HSL50.41º84.92%60.98%-
HSV(B)50.41º70.42%94.12%-
XYZ60.8766.5715.6-
YUV204.8852.45153.05-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.80%
GREEN value IS 213 (83.59% from 255) = 40.65%
BLUE value IS 71 (28.12% from 255) = 13.55%
R=45.80%
G=40.65%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402137100.110.700.0650.4184.9260.98
HexF0D5470B46632553d
Octal36032510701310666212575
Binary111100001101010110001110101110001101101100101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D547; }

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

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

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

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

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

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

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

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