#F1CD49

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

Shades of Festival #F1CD49

Tints of Festival #F1CD49

Color information

#F1CD49 (or 0xF1CD49) is unknown color: approx Festival. HEX triplet: F1, CD and 49. RGB value is (241,205,73). Sum of RGB (Red+Green+Blue) = 241+205+73=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 73 (28.91% from 255 or 14.07% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CD49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CD49 is #0E32B6. Grayscale: #C9C9C9. Windows color (decimal): -930487 or 4836849. OLE color: 4836849.

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

Color convert

RGB24120573-
CMYK00.150.700.05
HSL47.14º85.71%61.57%-
HSV(B)47.14º69.71%94.51%-
XYZ59.3162.8415.31-
YUV200.7255.93156.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.44%
GREEN value IS 205 (80.47% from 255) = 39.50%
BLUE value IS 73 (28.91% from 255) = 14.07%
R=46.44%
G=39.50%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412057300.150.700.0547.1485.7161.57
HexF1CD490F4652f563e
Octal36131511101710655712676
Binary111100011100110110010010111110001101011011111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CD49; }

 p { color: rgb(241,205,73); }

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

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

 a { background-color: rgb(241,205,73); }

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

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

 span { border-color: rgb(241,205,73); }

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