#FEE84A

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

Shades of Paris Daisy #FEE84A

Tints of Paris Daisy #FEE84A

Color information

#FEE84A (or 0xFEE84A) is unknown color: approx Paris Daisy. HEX triplet: FE, E8 and 4A. RGB value is (254,232,74). Sum of RGB (Red+Green+Blue) = 254+232+74=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 232 (91.02% from 255 or 41.43% from 560); Blue value is 74 (29.30% from 255 or 13.21% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE84A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE84A is #0117B5. Grayscale: #DDDDDD. Windows color (decimal): -71606 or 4909310. OLE color: 4909310.

HSL color Cylindrical-coordinate representation of color #FEE84A: hue angle of 52.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEE84A is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB25423274-
CMYK00.090.710.00
HSL52.67º98.9%64.31%-
HSV(B)52.67º70.87%99.61%-
XYZ70.9779.2818.04-
YUV220.5745.29151.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.36%
GREEN value IS 232 (91.02% from 255) = 41.43%
BLUE value IS 74 (29.30% from 255) = 13.21%
R=45.36%
G=41.43%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542327400.090.710.0052.6798.964.31
HexFEE84A09470356340
Octal376350112011107065143100
Binary11111110111010001001010010011000111011010111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE84A; }

 p { color: rgb(254,232,74); }

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

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

 a { background-color: rgb(254,232,74); }

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

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

 span { border-color: rgb(254,232,74); }

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