#F1D641

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

Shades of Festival #F1D641

Tints of Festival #F1D641

Color information

#F1D641 (or 0xF1D641) is unknown color: approx Festival. HEX triplet: F1, D6 and 41. RGB value is (241,214,65). Sum of RGB (Red+Green+Blue) = 241+214+65=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 65 (25.78% from 255 or 12.5% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D641 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D641 is #0E29BE. Grayscale: #CDCDCD. Windows color (decimal): -928191 or 4314865. OLE color: 4314865.

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

Color convert

RGB24121465-
CMYK00.110.730.05
HSL50.8º86.27%60%-
HSV(B)50.8º73.03%94.51%-
XYZ61.2867.1814.74-
YUV205.0948.95153.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.35%
GREEN value IS 214 (83.98% from 255) = 41.15%
BLUE value IS 65 (25.78% from 255) = 12.5%
R=46.35%
G=41.15%
B=12.5%

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
Decimal2412146500.110.730.0550.886.2760
HexF1D6410B49533563c
Octal36132610101311156312674
Binary111100011101011010000010101110010011011100111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D641; }

 p { color: rgb(241,214,65); }

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

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

 a { background-color: rgb(241,214,65); }

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

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

 span { border-color: rgb(241,214,65); }

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