#F1CB41

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

Shades of Festival #F1CB41

Tints of Festival #F1CB41

Color information

#F1CB41 (or 0xF1CB41) is unknown color: approx Festival. HEX triplet: F1, CB and 41. RGB value is (241,203,65). Sum of RGB (Red+Green+Blue) = 241+203+65=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 65 (25.78% from 255 or 12.77% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CB41 is #0E34BE. Grayscale: #C7C7C7. Windows color (decimal): -931007 or 4312049. OLE color: 4312049.

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

Color convert

RGB24120365-
CMYK00.160.730.05
HSL47.05º86.27%60%-
HSV(B)47.05º73.03%94.51%-
XYZ58.5961.7913.84-
YUV198.6352.59158.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.35%
GREEN value IS 203 (79.69% from 255) = 39.88%
BLUE value IS 65 (25.78% from 255) = 12.77%
R=47.35%
G=39.88%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412036500.160.730.0547.0586.2760
HexF1CB410104952f563c
Octal36131310102011155712674
Binary1111000111001011100000101000010010011011011111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CB41; }

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

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

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

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

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

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

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

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