#F1D23C

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

Shades of Festival #F1D23C

Tints of Festival #F1D23C

Color information

#F1D23C (or 0xF1D23C) is unknown color: approx Festival. HEX triplet: F1, D2 and 3C. RGB value is (241,210,60). Sum of RGB (Red+Green+Blue) = 241+210+60=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 60 (23.83% from 255 or 11.74% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D23C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D23C is #0E2DC3. Grayscale: #CACACA. Windows color (decimal): -929220 or 3986161. OLE color: 3986161.

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

Color convert

RGB24121060-
CMYK00.130.750.05
HSL49.72º86.6%59.02%-
HSV(B)49.72º75.1%94.51%-
XYZ60.1465.1213.67-
YUV202.1747.77155.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.16%
GREEN value IS 210 (82.42% from 255) = 41.10%
BLUE value IS 60 (23.83% from 255) = 11.74%
R=47.16%
G=41.10%
B=11.74%

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
Decimal2412106000.130.750.0549.7286.659.02
HexF1D23C0D4B532573b
Octal3613227401511356212773
Binary11110001110100101111000110110010111011100101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D23C; }

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

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

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

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

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

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

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

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