#fef94c

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

Shades of Paris Daisy #FEF94C

Tints of Paris Daisy #FEF94C

Color information

#FEF94C (or 0xFEF94C) is unknown color: approx Paris Daisy. HEX triplet: FE, F9 and 4C. RGB value is (254,249,76). Sum of RGB (Red+Green+Blue) = 254+249+76=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 76 (30.08% from 255 or 13.13% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF94C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF94C is #0106B3. Grayscale: #E7E7E7. Windows color (decimal): -67252 or 5044734. OLE color: 5044734.

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

Color convert

RGB25424976-
CMYK00.020.700.00
HSL58.31º98.89%64.71%-
HSV(B)58.31º70.08%99.61%-
XYZ76.0589.3420.07-
YUV230.7740.66144.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.87%
GREEN value IS 249 (97.66% from 255) = 43.01%
BLUE value IS 76 (30.08% from 255) = 13.13%
R=43.87%
G=43.01%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542497600.020.700.0058.3198.8964.71
HexFEF94C024603a6341
Octal37637111402106072143101
Binary111111101111100110011000101000110011101011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fef94c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fef94c; }

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

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

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

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

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

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

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

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