#F4D540

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

Shades of Festival #F4D540

Tints of Festival #F4D540

Color information

#F4D540 (or 0xF4D540) is unknown color: approx Festival. HEX triplet: F4, D5 and 40. RGB value is (244,213,64). Sum of RGB (Red+Green+Blue) = 244+213+64=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 64 (25.39% from 255 or 12.28% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D540 is #0B2ABF. Grayscale: #CDCDCD. Windows color (decimal): -731840 or 4249076. OLE color: 4249076.

HSL color Cylindrical-coordinate representation of color #F4D540: hue angle of 49.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F4D540 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB24421364-
CMYK00.130.740.04
HSL49.67º89.11%60.39%-
HSV(B)49.67º73.77%95.69%-
XYZ62.0367.1914.55-
YUV205.2848.27155.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.83%
GREEN value IS 213 (83.59% from 255) = 40.88%
BLUE value IS 64 (25.39% from 255) = 12.28%
R=46.83%
G=40.88%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442136400.130.740.0449.6789.1160.39
HexF4D5400D4A432593c
Octal36432510001511246213174
Binary111101001101010110000000110110010101001100101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D540; }

 p { color: rgb(244,213,64); }

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

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

 a { background-color: rgb(244,213,64); }

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

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

 span { border-color: rgb(244,213,64); }

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