#F1D240

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

Shades of Festival #F1D240

Tints of Festival #F1D240

Color information

#F1D240 (or 0xF1D240) is unknown color: approx Festival. HEX triplet: F1, D2 and 40. RGB value is (241,210,64). Sum of RGB (Red+Green+Blue) = 241+210+64=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 64 (25.39% from 255 or 12.43% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D240 is #0E2DBF. Grayscale: #CBCBCB. Windows color (decimal): -929216 or 4248305. OLE color: 4248305.

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

Color convert

RGB24121064-
CMYK00.130.730.05
HSL49.49º86.34%59.8%-
HSV(B)49.49º73.44%94.51%-
XYZ60.2565.1614.25-
YUV202.6249.77155.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.80%
GREEN value IS 210 (82.42% from 255) = 40.78%
BLUE value IS 64 (25.39% from 255) = 12.43%
R=46.80%
G=40.78%
B=12.43%

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
Decimal2412106400.130.730.0549.4986.3459.8
HexF1D2400D49531563c
Octal36132210001511156112674
Binary111100011101001010000000110110010011011100011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D240; }

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

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

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

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

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

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

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

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