#F5EE46

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

Shades of Paris Daisy #F5EE46

Tints of Paris Daisy #F5EE46

Color information

#F5EE46 (or 0xF5EE46) is unknown color: approx Paris Daisy. HEX triplet: F5, EE and 46. RGB value is (245,238,70). Sum of RGB (Red+Green+Blue) = 245+238+70=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 70 (27.73% from 255 or 12.66% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EE46 is #0A11B9. Grayscale: #DDDDDD. Windows color (decimal): -659898 or 4648693. OLE color: 4648693.

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

Color convert

RGB24523870-
CMYK00.030.710.04
HSL57.6º89.74%61.76%-
HSV(B)57.6º71.43%96.08%-
XYZ69.348117.78-
YUV220.9442.82145.16-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.30%
GREEN value IS 238 (93.36% from 255) = 43.04%
BLUE value IS 70 (27.73% from 255) = 12.66%
R=44.30%
G=43.04%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452387000.030.710.0457.689.7461.76
HexF5EE46034743a5a3e
Octal3653561060310747213276
Binary1111010111101110100011001110001111001110101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EE46; }

 p { color: rgb(245,238,70); }

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

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

 a { background-color: rgb(245,238,70); }

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

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

 span { border-color: rgb(245,238,70); }

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