#F1C94B

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

Shades of Festival #F1C94B

Tints of Festival #F1C94B

Color information

#F1C94B (or 0xF1C94B) is unknown color: approx Festival. HEX triplet: F1, C9 and 4B. RGB value is (241,201,75). Sum of RGB (Red+Green+Blue) = 241+201+75=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 75 (29.69% from 255 or 14.51% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C94B is #0E36B4. Grayscale: #C7C7C7. Windows color (decimal): -931509 or 4966897. OLE color: 4966897.

HSL color Cylindrical-coordinate representation of color #F1C94B: hue angle of 45.54º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F1C94B is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB24120175-
CMYK00.170.690.05
HSL45.54º85.57%61.96%-
HSV(B)45.54º68.88%94.51%-
XYZ58.4360.9815.35-
YUV198.658.25158.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.62%
GREEN value IS 201 (78.91% from 255) = 38.88%
BLUE value IS 75 (29.69% from 255) = 14.51%
R=46.62%
G=38.88%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412017500.170.690.0545.5485.5761.96
HexF1C94B0114552e563e
Octal36131111302110555612676
Binary1111000111001001100101101000110001011011011101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C94B; }

 p { color: rgb(241,201,75); }

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

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

 a { background-color: rgb(241,201,75); }

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

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

 span { border-color: rgb(241,201,75); }

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