#F6E149

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

Shades of Paris Daisy #F6E149

Tints of Paris Daisy #F6E149

Color information

#F6E149 (or 0xF6E149) is unknown color: approx Paris Daisy. HEX triplet: F6, E1 and 49. RGB value is (246,225,73). Sum of RGB (Red+Green+Blue) = 246+225+73=544 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.22% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 73 (28.91% from 255 or 13.42% from 544); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E149 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6E149 is #091EB6. Grayscale: #D6D6D6. Windows color (decimal): -597687 or 4841974. OLE color: 4841974.

HSL color Cylindrical-coordinate representation of color #F6E149: hue angle of 52.72º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F6E149 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB24622573-
CMYK00.090.700.04
HSL52.72º90.58%62.55%-
HSV(B)52.72º70.33%96.47%-
XYZ66.1373.9217.09-
YUV213.9548.46150.86-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.22%
GREEN value IS 225 (88.28% from 255) = 41.36%
BLUE value IS 73 (28.91% from 255) = 13.42%
R=45.22%
G=41.36%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462257300.090.700.0452.7290.5862.55
HexF6E14909464355b3f
Octal36634111101110646513377
Binary111101101110000110010010100110001101001101011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E149; }

 p { color: rgb(246,225,73); }

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

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

 a { background-color: rgb(246,225,73); }

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

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

 span { border-color: rgb(246,225,73); }

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