#FEF04A

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

Shades of Paris Daisy #FEF04A

Tints of Paris Daisy #FEF04A

Color information

#FEF04A (or 0xFEF04A) is unknown color: approx Paris Daisy. HEX triplet: FE, F0 and 4A. RGB value is (254,240,74). Sum of RGB (Red+Green+Blue) = 254+240+74=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 74 (29.30% from 255 or 13.03% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF04A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF04A is #010FB5. Grayscale: #E1E1E1. Windows color (decimal): -69558 or 4911358. OLE color: 4911358.

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

Color convert

RGB25424074-
CMYK00.060.710.00
HSL55.33º98.9%64.31%-
HSV(B)55.33º70.87%99.61%-
XYZ73.2783.8918.81-
YUV225.2642.64148.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.72%
GREEN value IS 240 (94.14% from 255) = 42.25%
BLUE value IS 74 (29.30% from 255) = 13.03%
R=44.72%
G=42.25%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542407400.060.710.0055.3398.964.31
HexFEF04A06470376340
Octal37636011206107067143100
Binary1111111011110000100101001101000111011011111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF04A; }

 p { color: rgb(254,240,74); }

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

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

 a { background-color: rgb(254,240,74); }

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

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

 span { border-color: rgb(254,240,74); }

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