#F5EB4D

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

Shades of Paris Daisy #F5EB4D

Tints of Paris Daisy #F5EB4D

Color information

#F5EB4D (or 0xF5EB4D) is unknown color: approx Paris Daisy. HEX triplet: F5, EB and 4D. RGB value is (245,235,77). Sum of RGB (Red+Green+Blue) = 245+235+77=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 77 (30.47% from 255 or 13.82% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EB4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EB4D is #0A14B2. Grayscale: #DCDCDC. Windows color (decimal): -660659 or 5106677. OLE color: 5106677.

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

Color convert

RGB24523577-
CMYK00.040.690.04
HSL56.43º89.36%63.14%-
HSV(B)56.43º68.57%96.08%-
XYZ68.779.3618.72-
YUV219.9847.31145.85-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.99%
GREEN value IS 235 (92.19% from 255) = 42.19%
BLUE value IS 77 (30.47% from 255) = 13.82%
R=43.99%
G=42.19%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452357700.040.690.0456.4389.3663.14
HexF5EB4D0445438593f
Octal3653531150410547013177
Binary11110101111010111001101010010001011001110001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EB4D; }

 p { color: rgb(245,235,77); }

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

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

 a { background-color: rgb(245,235,77); }

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

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

 span { border-color: rgb(245,235,77); }

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