#F6D041

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

Shades of Festival #F6D041

Tints of Festival #F6D041

Color information

#F6D041 (or 0xF6D041) is unknown color: approx Festival. HEX triplet: F6, D0 and 41. RGB value is (246,208,65). Sum of RGB (Red+Green+Blue) = 246+208+65=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 65 (25.78% from 255 or 12.52% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D041 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D041 is #092FBE. Grayscale: #CBCBCB. Windows color (decimal): -602047 or 4313334. OLE color: 4313334.

HSL color Cylindrical-coordinate representation of color #F6D041: hue angle of 47.4º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F6D041 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB24620865-
CMYK00.150.740.04
HSL47.4º90.95%60.98%-
HSV(B)47.4º73.58%96.47%-
XYZ61.5265.0914.32-
YUV203.0650.09158.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.40%
GREEN value IS 208 (81.64% from 255) = 40.08%
BLUE value IS 65 (25.78% from 255) = 12.52%
R=47.40%
G=40.08%
B=12.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462086500.150.740.0447.490.9560.98
HexF6D0410F4A42f5b3d
Octal36632010101711245713375
Binary111101101101000010000010111110010101001011111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D041; }

 p { color: rgb(246,208,65); }

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

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

 a { background-color: rgb(246,208,65); }

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

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

 span { border-color: rgb(246,208,65); }

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