#F1D040

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

Shades of Festival #F1D040

Tints of Festival #F1D040

Color information

#F1D040 (or 0xF1D040) is unknown color: approx Festival. HEX triplet: F1, D0 and 40. RGB value is (241,208,64). Sum of RGB (Red+Green+Blue) = 241+208+64=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 64 (25.39% from 255 or 12.48% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D040 is #0E2FBF. Grayscale: #CACACA. Windows color (decimal): -929728 or 4247793. OLE color: 4247793.

HSL color Cylindrical-coordinate representation of color #F1D040: hue angle of 48.81º 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 #F1D040 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB24120864-
CMYK00.140.730.05
HSL48.81º86.34%59.8%-
HSV(B)48.81º73.44%94.51%-
XYZ59.7664.1814.09-
YUV201.4550.43156.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.98%
GREEN value IS 208 (81.64% from 255) = 40.55%
BLUE value IS 64 (25.39% from 255) = 12.48%
R=46.98%
G=40.55%
B=12.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412086400.140.730.0548.8186.3459.8
HexF1D0400E49531563c
Octal36132010001611156112674
Binary111100011101000010000000111010010011011100011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D040; }

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

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

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

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

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

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

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

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