#F1CD41

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

Shades of Festival #F1CD41

Tints of Festival #F1CD41

Color information

#F1CD41 (or 0xF1CD41) is unknown color: approx Festival. HEX triplet: F1, CD and 41. RGB value is (241,205,65). Sum of RGB (Red+Green+Blue) = 241+205+65=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 65 (25.78% from 255 or 12.72% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CD41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CD41 is #0E32BE. Grayscale: #C8C8C8. Windows color (decimal): -930495 or 4312561. OLE color: 4312561.

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

Color convert

RGB24120565-
CMYK00.150.730.05
HSL47.73º86.27%60%-
HSV(B)47.73º73.03%94.51%-
XYZ59.0662.7514-
YUV199.851.93157.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.16%
GREEN value IS 205 (80.47% from 255) = 40.12%
BLUE value IS 65 (25.78% from 255) = 12.72%
R=47.16%
G=40.12%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412056500.150.730.0547.7386.2760
HexF1CD410F49530563c
Octal36131510101711156012674
Binary111100011100110110000010111110010011011100001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CD41; }

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

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

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

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

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

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

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

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