#F1D141

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

Shades of Festival #F1D141

Tints of Festival #F1D141

Color information

#F1D141 (or 0xF1D141) is unknown color: approx Festival. HEX triplet: F1, D1 and 41. RGB value is (241,209,65). Sum of RGB (Red+Green+Blue) = 241+209+65=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 65 (25.78% from 255 or 12.62% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D141 is #0E2EBE. Grayscale: #CACACA. Windows color (decimal): -929471 or 4313585. OLE color: 4313585.

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

Color convert

RGB24120965-
CMYK00.130.730.05
HSL49.09º86.27%60%-
HSV(B)49.09º73.03%94.51%-
XYZ60.0364.6814.32-
YUV202.1550.6155.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.80%
GREEN value IS 209 (82.03% from 255) = 40.58%
BLUE value IS 65 (25.78% from 255) = 12.62%
R=46.80%
G=40.58%
B=12.62%

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
Decimal2412096500.130.730.0549.0986.2760
HexF1D1410D49531563c
Octal36132110101511156112674
Binary111100011101000110000010110110010011011100011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D141; }

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

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

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

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

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

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

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

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