#F1D140

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

Shades of Festival #F1D140

Tints of Festival #F1D140

Color information

#F1D140 (or 0xF1D140) is unknown color: approx Festival. HEX triplet: F1, D1 and 40. RGB value is (241,209,64). Sum of RGB (Red+Green+Blue) = 241+209+64=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 64 (25.39% from 255 or 12.45% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D140 is #0E2EBF. Grayscale: #CACACA. Windows color (decimal): -929472 or 4248049. OLE color: 4248049.

HSL color Cylindrical-coordinate representation of color #F1D140: hue angle of 49.15º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F1D140 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB24120964-
CMYK00.130.730.05
HSL49.15º86.34%59.8%-
HSV(B)49.15º73.44%94.51%-
XYZ6064.6714.17-
YUV202.0450.1155.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.89%
GREEN value IS 209 (82.03% from 255) = 40.66%
BLUE value IS 64 (25.39% from 255) = 12.45%
R=46.89%
G=40.66%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412096400.130.730.0549.1586.3459.8
HexF1D1400D49531563c
Octal36132110001511156112674
Binary111100011101000110000000110110010011011100011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D140; }

 p { color: rgb(241,209,64); }

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

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

 a { background-color: rgb(241,209,64); }

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

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

 span { border-color: rgb(241,209,64); }

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