#FEE64F

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

Shades of Paris Daisy #FEE64F

Tints of Paris Daisy #FEE64F

Color information

#FEE64F (or 0xFEE64F) is unknown color: approx Paris Daisy. HEX triplet: FE, E6 and 4F. RGB value is (254,230,79). Sum of RGB (Red+Green+Blue) = 254+230+79=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 230 (90.23% from 255 or 40.85% from 563); Blue value is 79 (31.25% from 255 or 14.03% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE64F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE64F is #0119B0. Grayscale: #DCDCDC. Windows color (decimal): -72113 or 5236478. OLE color: 5236478.

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

Color convert

RGB25423079-
CMYK00.090.690.00
HSL51.77º98.87%65.29%-
HSV(B)51.77º68.9%99.61%-
XYZ70.5878.2318.78-
YUV219.9648.45152.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.12%
GREEN value IS 230 (90.23% from 255) = 40.85%
BLUE value IS 79 (31.25% from 255) = 14.03%
R=45.12%
G=40.85%
B=14.03%

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
Decimal2542307900.090.690.0051.7798.8765.29
HexFEE64F09450346341
Octal376346117011105064143101
Binary11111110111001101001111010011000101011010011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE64F; }

 p { color: rgb(254,230,79); }

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

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

 a { background-color: rgb(254,230,79); }

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

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

 span { border-color: rgb(254,230,79); }

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