#F5ED44

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

Shades of Paris Daisy #F5ED44

Tints of Paris Daisy #F5ED44

Color information

#F5ED44 (or 0xF5ED44) is unknown color: approx Paris Daisy. HEX triplet: F5, ED and 44. RGB value is (245,237,68). Sum of RGB (Red+Green+Blue) = 245+237+68=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 68 (26.95% from 255 or 12.36% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5ED44 is #0A12BB. Grayscale: #DCDCDC. Windows color (decimal): -660156 or 4517365. OLE color: 4517365.

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

Color convert

RGB24523768-
CMYK00.030.720.04
HSL57.29º89.85%61.37%-
HSV(B)57.29º72.24%96.08%-
XYZ68.9880.417.35-
YUV220.1342.15145.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.55%
GREEN value IS 237 (92.97% from 255) = 43.09%
BLUE value IS 68 (26.95% from 255) = 12.36%
R=44.55%
G=43.09%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452376800.030.720.0457.2989.8561.37
HexF5ED4403484395a3d
Octal3653551040311047113275
Binary1111010111101101100010001110010001001110011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ED44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ED44; }

 p { color: rgb(245,237,68); }

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

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

 a { background-color: rgb(245,237,68); }

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

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

 span { border-color: rgb(245,237,68); }

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