#F6CC48

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

Shades of Festival #F6CC48

Tints of Festival #F6CC48

Color information

#F6CC48 (or 0xF6CC48) is unknown color: approx Festival. HEX triplet: F6, CC and 48. RGB value is (246,204,72). Sum of RGB (Red+Green+Blue) = 246+204+72=522 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.13% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 72 (28.52% from 255 or 13.79% from 522); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CC48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CC48 is #0933B7. Grayscale: #CACACA. Windows color (decimal): -603064 or 4771062. OLE color: 4771062.

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

Color convert

RGB24620472-
CMYK00.170.710.04
HSL45.52º90.62%62.35%-
HSV(B)45.52º70.73%96.47%-
XYZ60.7763.2515.14-
YUV201.5154.91159.73-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.13%
GREEN value IS 204 (80.08% from 255) = 39.08%
BLUE value IS 72 (28.52% from 255) = 13.79%
R=47.13%
G=39.08%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462047200.170.710.0445.5290.6262.35
HexF6CC480114742e5b3e
Octal36631411002110745613376
Binary1111011011001100100100001000110001111001011101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CC48; }

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

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

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

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

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

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

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

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