#F1D642

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

Shades of Festival #F1D642

Tints of Festival #F1D642

Color information

#F1D642 (or 0xF1D642) is unknown color: approx Festival. HEX triplet: F1, D6 and 42. RGB value is (241,214,66). Sum of RGB (Red+Green+Blue) = 241+214+66=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 66 (26.17% from 255 or 12.67% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D642 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D642 is #0E29BD. Grayscale: #CDCDCD. Windows color (decimal): -928190 or 4380401. OLE color: 4380401.

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

Color convert

RGB24121466-
CMYK00.110.730.05
HSL50.74º86.21%60.2%-
HSV(B)50.74º72.61%94.51%-
XYZ61.3167.1914.89-
YUV205.249.45153.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.26%
GREEN value IS 214 (83.98% from 255) = 41.07%
BLUE value IS 66 (26.17% from 255) = 12.67%
R=46.26%
G=41.07%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412146600.110.730.0550.7486.2160.2
HexF1D6420B49533563c
Octal36132610201311156312674
Binary111100011101011010000100101110010011011100111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D642; }

 p { color: rgb(241,214,66); }

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

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

 a { background-color: rgb(241,214,66); }

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

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

 span { border-color: rgb(241,214,66); }

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