#F1D742

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

Shades of Festival #F1D742

Tints of Festival #F1D742

Color information

#F1D742 (or 0xF1D742) is unknown color: approx Festival. HEX triplet: F1, D7 and 42. RGB value is (241,215,66). Sum of RGB (Red+Green+Blue) = 241+215+66=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 66 (26.17% from 255 or 12.64% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D742 is #0E28BD. Grayscale: #CECECE. Windows color (decimal): -927934 or 4380657. OLE color: 4380657.

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

Color convert

RGB24121566-
CMYK00.110.730.05
HSL51.09º86.21%60.2%-
HSV(B)51.09º72.61%94.51%-
XYZ61.5667.6914.98-
YUV205.7949.11153.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.17%
GREEN value IS 215 (84.38% from 255) = 41.19%
BLUE value IS 66 (26.17% from 255) = 12.64%
R=46.17%
G=41.19%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412156600.110.730.0551.0986.2160.2
HexF1D7420B49533563c
Octal36132710201311156312674
Binary111100011101011110000100101110010011011100111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D742; }

 p { color: rgb(241,215,66); }

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

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

 a { background-color: rgb(241,215,66); }

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

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

 span { border-color: rgb(241,215,66); }

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