#F1CB3D

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

Shades of Festival #F1CB3D

Tints of Festival #F1CB3D

Color information

#F1CB3D (or 0xF1CB3D) is unknown color: approx Festival. HEX triplet: F1, CB and 3D. RGB value is (241,203,61). Sum of RGB (Red+Green+Blue) = 241+203+61=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 61 (24.22% from 255 or 12.08% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CB3D is #0E34C2. Grayscale: #C6C6C6. Windows color (decimal): -931011 or 4049905. OLE color: 4049905.

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

Color convert

RGB24120361-
CMYK00.160.750.05
HSL47.33º86.54%59.22%-
HSV(B)47.33º74.69%94.51%-
XYZ58.4761.7513.25-
YUV198.1750.59158.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.72%
GREEN value IS 203 (79.69% from 255) = 40.20%
BLUE value IS 61 (24.22% from 255) = 12.08%
R=47.72%
G=40.20%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412036100.160.750.0547.3386.5459.22
HexF1CB3D0104B52f573b
Octal3613137502011355712773
Binary111100011100101111110101000010010111011011111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CB3D; }

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

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

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

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

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

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

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

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