#FEE850

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

Shades of Paris Daisy #FEE850

Tints of Paris Daisy #FEE850

Color information

#FEE850 (or 0xFEE850) is unknown color: approx Paris Daisy. HEX triplet: FE, E8 and 50. RGB value is (254,232,80). Sum of RGB (Red+Green+Blue) = 254+232+80=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 232 (91.02% from 255 or 40.99% from 566); Blue value is 80 (31.64% from 255 or 14.13% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE850 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE850 is #0117AF. Grayscale: #DDDDDD. Windows color (decimal): -71600 or 5302526. OLE color: 5302526.

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

Color convert

RGB25423280-
CMYK00.090.690.00
HSL52.41º98.86%65.49%-
HSV(B)52.41º68.5%99.61%-
XYZ71.1879.3619.16-
YUV221.2548.29151.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.88%
GREEN value IS 232 (91.02% from 255) = 40.99%
BLUE value IS 80 (31.64% from 255) = 14.13%
R=44.88%
G=40.99%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542328000.090.690.0052.4198.8665.49
HexFEE85009450346341
Octal376350120011105064143101
Binary11111110111010001010000010011000101011010011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE850; }

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

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

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

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

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

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

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

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