#F1D04C

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

Shades of Festival #F1D04C

Tints of Festival #F1D04C

Color information

#F1D04C (or 0xF1D04C) is unknown color: approx Festival. HEX triplet: F1, D0 and 4C. RGB value is (241,208,76). Sum of RGB (Red+Green+Blue) = 241+208+76=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 76 (30.08% from 255 or 14.48% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D04C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D04C is #0E2FB3. Grayscale: #CBCBCB. Windows color (decimal): -929716 or 5034225. OLE color: 5034225.

HSL color Cylindrical-coordinate representation of color #F1D04C: hue angle of 48º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1D04C is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB24120876-
CMYK00.140.680.05
HSL48º85.49%62.16%-
HSV(B)48º68.46%94.51%-
XYZ60.1464.3316.09-
YUV202.8256.43155.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.90%
GREEN value IS 208 (81.64% from 255) = 39.62%
BLUE value IS 76 (30.08% from 255) = 14.48%
R=45.90%
G=39.62%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412087600.140.680.054885.4962.16
HexF1D04C0E44530553e
Octal36132011401610456012576
Binary111100011101000010011000111010001001011100001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D04C; }

 p { color: rgb(241,208,76); }

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

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

 a { background-color: rgb(241,208,76); }

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

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

 span { border-color: rgb(241,208,76); }

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