#F6E14E

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

Shades of Paris Daisy #F6E14E

Tints of Paris Daisy #F6E14E

Color information

#F6E14E (or 0xF6E14E) is unknown color: approx Paris Daisy. HEX triplet: F6, E1 and 4E. RGB value is (246,225,78). Sum of RGB (Red+Green+Blue) = 246+225+78=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 78 (30.86% from 255 or 14.21% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E14E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6E14E is #091EB1. Grayscale: #D7D7D7. Windows color (decimal): -597682 or 5169654. OLE color: 5169654.

HSL color Cylindrical-coordinate representation of color #F6E14E: hue angle of 52.5º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F6E14E is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB24622578-
CMYK00.090.680.04
HSL52.5º90.32%63.53%-
HSV(B)52.5º68.29%96.47%-
XYZ66.3173.9918-
YUV214.5250.96150.45-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.81%
GREEN value IS 225 (88.28% from 255) = 40.98%
BLUE value IS 78 (30.86% from 255) = 14.21%
R=44.81%
G=40.98%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462257800.090.680.0452.590.3263.53
HexF6E14E09444345a40
Octal366341116011104464132100
Binary1111011011100001100111001001100010010011010010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E14E; }

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

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

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

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

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

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

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

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