#F6CD40

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

Shades of Festival #F6CD40

Tints of Festival #F6CD40

Color information

#F6CD40 (or 0xF6CD40) is unknown color: approx Festival. HEX triplet: F6, CD and 40. RGB value is (246,205,64). Sum of RGB (Red+Green+Blue) = 246+205+64=515 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.77% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 64 (25.39% from 255 or 12.43% from 515); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CD40 is #0932BF. Grayscale: #C9C9C9. Windows color (decimal): -602816 or 4247030. OLE color: 4247030.

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

Color convert

RGB24620564-
CMYK00.170.740.04
HSL46.48º91%60.78%-
HSV(B)46.48º73.98%96.47%-
XYZ60.7663.6313.93-
YUV201.1850.58159.96-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.77%
GREEN value IS 205 (80.47% from 255) = 39.81%
BLUE value IS 64 (25.39% from 255) = 12.43%
R=47.77%
G=39.81%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462056400.170.740.0446.489160.78
HexF6CD400114A42e5b3d
Octal36631510002111245613375
Binary1111011011001101100000001000110010101001011101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CD40; }

 p { color: rgb(246,205,64); }

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

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

 a { background-color: rgb(246,205,64); }

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

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

 span { border-color: rgb(246,205,64); }

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