#F1C84B

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

Shades of Festival #F1C84B

Tints of Festival #F1C84B

Color information

#F1C84B (or 0xF1C84B) is unknown color: approx Festival. HEX triplet: F1, C8 and 4B. RGB value is (241,200,75). Sum of RGB (Red+Green+Blue) = 241+200+75=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 75 (29.69% from 255 or 14.53% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C84B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C84B is #0E37B4. Grayscale: #C6C6C6. Windows color (decimal): -931765 or 4966641. OLE color: 4966641.

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

Color convert

RGB24120075-
CMYK00.170.690.05
HSL45.18º85.57%61.96%-
HSV(B)45.18º68.88%94.51%-
XYZ58.260.5215.27-
YUV198.0158.58158.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.71%
GREEN value IS 200 (78.52% from 255) = 38.76%
BLUE value IS 75 (29.69% from 255) = 14.53%
R=46.71%
G=38.76%
B=14.53%

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
Decimal2412007500.170.690.0545.1885.5761.96
HexF1C84B0114552d563e
Octal36131011302110555512676
Binary1111000111001000100101101000110001011011011011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C84B; }

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

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

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

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

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

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

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

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