#FEEF4C

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

Shades of Paris Daisy #FEEF4C

Tints of Paris Daisy #FEEF4C

Color information

#FEEF4C (or 0xFEEF4C) is unknown color: approx Paris Daisy. HEX triplet: FE, EF and 4C. RGB value is (254,239,76). Sum of RGB (Red+Green+Blue) = 254+239+76=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 76 (30.08% from 255 or 13.36% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEF4C is #0110B3. Grayscale: #E1E1E1. Windows color (decimal): -69812 or 5042174. OLE color: 5042174.

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

Color convert

RGB25423976-
CMYK00.060.700.00
HSL54.94º98.89%64.71%-
HSV(B)54.94º70.08%99.61%-
XYZ73.0483.3319.07-
YUV224.943.97148.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.64%
GREEN value IS 239 (93.75% from 255) = 42.00%
BLUE value IS 76 (30.08% from 255) = 13.36%
R=44.64%
G=42.00%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542397600.060.700.0054.9498.8964.71
HexFEEF4C06460376341
Octal37635711406106067143101
Binary1111111011101111100110001101000110011011111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEF4C; }

 p { color: rgb(254,239,76); }

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

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

 a { background-color: rgb(254,239,76); }

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

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

 span { border-color: rgb(254,239,76); }

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