#F6CA48

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

Shades of Festival #F6CA48

Tints of Festival #F6CA48

Color information

#F6CA48 (or 0xF6CA48) is unknown color: approx Festival. HEX triplet: F6, CA and 48. RGB value is (246,202,72). Sum of RGB (Red+Green+Blue) = 246+202+72=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 72 (28.52% from 255 or 13.85% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CA48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CA48 is #0935B7. Grayscale: #C8C8C8. Windows color (decimal): -603576 or 4770550. OLE color: 4770550.

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

Color convert

RGB24620272-
CMYK00.180.710.04
HSL44.83º90.62%62.35%-
HSV(B)44.83º70.73%96.47%-
XYZ60.362.314.98-
YUV200.3455.58160.57-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.31%
GREEN value IS 202 (79.30% from 255) = 38.85%
BLUE value IS 72 (28.52% from 255) = 13.85%
R=47.31%
G=38.85%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462027200.180.710.0444.8390.6262.35
HexF6CA480124742d5b3e
Octal36631211002210745513376
Binary1111011011001010100100001001010001111001011011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CA48; }

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

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

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

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

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

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

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

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