#F4D048

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

Shades of Festival #F4D048

Tints of Festival #F4D048

Color information

#F4D048 (or 0xF4D048) is unknown color: approx Festival. HEX triplet: F4, D0 and 48. RGB value is (244,208,72). Sum of RGB (Red+Green+Blue) = 244+208+72=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 72 (28.52% from 255 or 13.74% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D048 is #0B2FB7. Grayscale: #CBCBCB. Windows color (decimal): -733112 or 4772084. OLE color: 4772084.

HSL color Cylindrical-coordinate representation of color #F4D048: hue angle of 47.44º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F4D048 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB24420872-
CMYK00.150.700.04
HSL47.44º88.66%61.96%-
HSV(B)47.44º70.49%95.69%-
XYZ61.0364.8115.42-
YUV203.2653.93157.06-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.56%
GREEN value IS 208 (81.64% from 255) = 39.69%
BLUE value IS 72 (28.52% from 255) = 13.74%
R=46.56%
G=39.69%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442087200.150.700.0447.4488.6661.96
HexF4D0480F4642f593e
Octal36432011001710645713176
Binary111101001101000010010000111110001101001011111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D048; }

 p { color: rgb(244,208,72); }

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

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

 a { background-color: rgb(244,208,72); }

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

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

 span { border-color: rgb(244,208,72); }

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