#F4D047

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

Shades of Festival #F4D047

Tints of Festival #F4D047

Color information

#F4D047 (or 0xF4D047) is unknown color: approx Festival. HEX triplet: F4, D0 and 47. RGB value is (244,208,71). Sum of RGB (Red+Green+Blue) = 244+208+71=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 71 (28.12% from 255 or 13.58% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D047 is #0B2FB8. Grayscale: #CBCBCB. Windows color (decimal): -733113 or 4706548. OLE color: 4706548.

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

Color convert

RGB24420871-
CMYK00.150.710.04
HSL47.51º88.72%61.76%-
HSV(B)47.51º70.9%95.69%-
XYZ6164.815.25-
YUV203.1553.43157.14-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.65%
GREEN value IS 208 (81.64% from 255) = 39.77%
BLUE value IS 71 (28.12% from 255) = 13.58%
R=46.65%
G=39.77%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442087100.150.710.0447.5188.7261.76
HexF4D0470F47430593e
Octal36432010701710746013176
Binary111101001101000010001110111110001111001100001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D047; }

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

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

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

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

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

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

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

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