#FEE44A

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

Shades of Paris Daisy #FEE44A

Tints of Paris Daisy #FEE44A

Color information

#FEE44A (or 0xFEE44A) is unknown color: approx Paris Daisy. HEX triplet: FE, E4 and 4A. RGB value is (254,228,74). Sum of RGB (Red+Green+Blue) = 254+228+74=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 228 (89.45% from 255 or 41.01% from 556); Blue value is 74 (29.30% from 255 or 13.31% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE44A is #011BB5. Grayscale: #DADADA. Windows color (decimal): -72630 or 4908286. OLE color: 4908286.

HSL color Cylindrical-coordinate representation of color #FEE44A: hue angle of 51.33º 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 #FEE44A is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB25422874-
CMYK00.100.710.00
HSL51.33º98.9%64.31%-
HSV(B)51.33º70.87%99.61%-
XYZ69.8577.0517.67-
YUV218.2246.61153.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.68%
GREEN value IS 228 (89.45% from 255) = 41.01%
BLUE value IS 74 (29.30% from 255) = 13.31%
R=45.68%
G=41.01%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542287400.100.710.0051.3398.964.31
HexFEE44A0A470336340
Octal376344112012107063143100
Binary11111110111001001001010010101000111011001111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE44A; }

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

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

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

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

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

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

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

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