#F1D542

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

Shades of Festival #F1D542

Tints of Festival #F1D542

Color information

#F1D542 (or 0xF1D542) is unknown color: approx Festival. HEX triplet: F1, D5 and 42. RGB value is (241,213,66). Sum of RGB (Red+Green+Blue) = 241+213+66=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 66 (26.17% from 255 or 12.69% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D542 is #0E2ABD. Grayscale: #CDCDCD. Windows color (decimal): -928446 or 4380145. OLE color: 4380145.

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

Color convert

RGB24121366-
CMYK00.120.730.05
HSL50.4º86.21%60.2%-
HSV(B)50.4º72.61%94.51%-
XYZ61.0566.6814.81-
YUV204.6149.78153.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.35%
GREEN value IS 213 (83.59% from 255) = 40.96%
BLUE value IS 66 (26.17% from 255) = 12.69%
R=46.35%
G=40.96%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412136600.120.730.0550.486.2160.2
HexF1D5420C49532563c
Octal36132510201411156212674
Binary111100011101010110000100110010010011011100101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D542; }

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

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

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

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

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

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

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

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