#F6C948

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

Shades of Festival #F6C948

Tints of Festival #F6C948

Color information

#F6C948 (or 0xF6C948) is unknown color: approx Festival. HEX triplet: F6, C9 and 48. RGB value is (246,201,72). Sum of RGB (Red+Green+Blue) = 246+201+72=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 72 (28.52% from 255 or 13.87% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C948 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C948 is #0936B7. Grayscale: #C8C8C8. Windows color (decimal): -603832 or 4770294. OLE color: 4770294.

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

Color convert

RGB24620172-
CMYK00.180.710.04
HSL44.48º90.62%62.35%-
HSV(B)44.48º70.73%96.47%-
XYZ60.0661.8314.9-
YUV199.7555.91160.99-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.40%
GREEN value IS 201 (78.91% from 255) = 38.73%
BLUE value IS 72 (28.52% from 255) = 13.87%
R=47.40%
G=38.73%
B=13.87%

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
Decimal2462017200.180.710.0444.4890.6262.35
HexF6C9480124742c5b3e
Octal36631111002210745413376
Binary1111011011001001100100001001010001111001011001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C948; }

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

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

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

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

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

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

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

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