#F1D145

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

Shades of Festival #F1D145

Tints of Festival #F1D145

Color information

#F1D145 (or 0xF1D145) is unknown color: approx Festival. HEX triplet: F1, D1 and 45. RGB value is (241,209,69). Sum of RGB (Red+Green+Blue) = 241+209+69=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 69 (27.34% from 255 or 13.29% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D145 is #0E2EBA. Grayscale: #CBCBCB. Windows color (decimal): -929467 or 4575729. OLE color: 4575729.

HSL color Cylindrical-coordinate representation of color #F1D145: hue angle of 48.84º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F1D145 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB24120969-
CMYK00.130.710.05
HSL48.84º86%60.78%-
HSV(B)48.84º71.37%94.51%-
XYZ60.1564.7314.95-
YUV202.6152.6155.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.44%
GREEN value IS 209 (82.03% from 255) = 40.27%
BLUE value IS 69 (27.34% from 255) = 13.29%
R=46.44%
G=40.27%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412096900.130.710.0548.848660.78
HexF1D1450D47531563d
Octal36132110501510756112675
Binary111100011101000110001010110110001111011100011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D145; }

 p { color: rgb(241,209,69); }

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

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

 a { background-color: rgb(241,209,69); }

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

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

 span { border-color: rgb(241,209,69); }

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