#FEEA52

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

Shades of Paris Daisy #FEEA52

Tints of Paris Daisy #FEEA52

Color information

#FEEA52 (or 0xFEEA52) is unknown color: approx Paris Daisy. HEX triplet: FE, EA and 52. RGB value is (254,234,82). Sum of RGB (Red+Green+Blue) = 254+234+82=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 82 (32.42% from 255 or 14.39% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEA52 is #0115AD. Grayscale: #DFDFDF. Windows color (decimal): -71086 or 5434110. OLE color: 5434110.

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

Color convert

RGB25423482-
CMYK00.080.680.00
HSL53.02º98.85%65.88%-
HSV(B)53.02º67.72%99.61%-
XYZ71.8280.5319.74-
YUV222.6548.63150.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.56%
GREEN value IS 234 (91.80% from 255) = 41.05%
BLUE value IS 82 (32.42% from 255) = 14.39%
R=44.56%
G=41.05%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542348200.080.680.0053.0298.8565.88
HexFEEA5208440356342
Octal376352122010104065143102
Binary11111110111010101010010010001000100011010111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEA52; }

 p { color: rgb(254,234,82); }

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

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

 a { background-color: rgb(254,234,82); }

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

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

 span { border-color: rgb(254,234,82); }

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