#F1D13C

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

Shades of Festival #F1D13C

Tints of Festival #F1D13C

Color information

#F1D13C (or 0xF1D13C) is unknown color: approx Festival. HEX triplet: F1, D1 and 3C. RGB value is (241,209,60). Sum of RGB (Red+Green+Blue) = 241+209+60=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 60 (23.83% from 255 or 11.76% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D13C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D13C is #0E2EC3. Grayscale: #CACACA. Windows color (decimal): -929476 or 3985905. OLE color: 3985905.

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

Color convert

RGB24120960-
CMYK00.130.750.05
HSL49.39º86.6%59.02%-
HSV(B)49.39º75.1%94.51%-
XYZ59.8964.6313.59-
YUV201.5848.1156.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.25%
GREEN value IS 209 (82.03% from 255) = 40.98%
BLUE value IS 60 (23.83% from 255) = 11.76%
R=47.25%
G=40.98%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412096000.130.750.0549.3986.659.02
HexF1D13C0D4B531573b
Octal3613217401511356112773
Binary11110001110100011111000110110010111011100011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D13C; }

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

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

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

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

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

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

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

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