#F1CE41

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

Shades of Festival #F1CE41

Tints of Festival #F1CE41

Color information

#F1CE41 (or 0xF1CE41) is unknown color: approx Festival. HEX triplet: F1, CE and 41. RGB value is (241,206,65). Sum of RGB (Red+Green+Blue) = 241+206+65=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 65 (25.78% from 255 or 12.70% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CE41 is #0E31BE. Grayscale: #C8C8C8. Windows color (decimal): -930239 or 4312817. OLE color: 4312817.

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

Color convert

RGB24120665-
CMYK00.150.730.05
HSL48.07º86.27%60%-
HSV(B)48.07º73.03%94.51%-
XYZ59.363.2314.08-
YUV200.3951.6156.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.07%
GREEN value IS 206 (80.86% from 255) = 40.23%
BLUE value IS 65 (25.78% from 255) = 12.70%
R=47.07%
G=40.23%
B=12.70%

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
Decimal2412066500.150.730.0548.0786.2760
HexF1CE410F49530563c
Octal36131610101711156012674
Binary111100011100111010000010111110010011011100001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CE41; }

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

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

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

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

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

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

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

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