#F6CC41

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

Shades of Festival #F6CC41

Tints of Festival #F6CC41

Color information

#F6CC41 (or 0xF6CC41) is unknown color: approx Festival. HEX triplet: F6, CC and 41. RGB value is (246,204,65). Sum of RGB (Red+Green+Blue) = 246+204+65=515 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.77% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 65 (25.78% from 255 or 12.62% from 515); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CC41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CC41 is #0933BE. Grayscale: #C9C9C9. Windows color (decimal): -603071 or 4312310. OLE color: 4312310.

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

Color convert

RGB24620465-
CMYK00.170.740.04
HSL46.08º90.95%60.98%-
HSV(B)46.08º73.58%96.47%-
XYZ60.5563.1614-
YUV200.7151.41160.3-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.77%
GREEN value IS 204 (80.08% from 255) = 39.61%
BLUE value IS 65 (25.78% from 255) = 12.62%
R=47.77%
G=39.61%
B=12.62%

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
Decimal2462046500.170.740.0446.0890.9560.98
HexF6CC410114A42e5b3d
Octal36631410102111245613375
Binary1111011011001100100000101000110010101001011101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CC41; }

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

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

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

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

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

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

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

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