Html Css Color HEX #FEE04A Paris Daisy

📋 copy color: '#FEE04A'

red 254 ◦ green 224 ◦ blue 74

#FEE04A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris Daisy #FEE04A

Tints of Paris Daisy #FEE04A

RGB

 RED value IS 254 (99.61% from 255) = 46.01%

 GREEN value IS 224 (87.89% from 255) = 40.58%

 BLUE value IS 74 (29.3% from 255) = 13.41%

R = 46.01%
G = 40.58%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEE04A (or 0xFEE04A) is known color: Paris Daisy. HEX triplet: FE, E0 and 4A. RGB value is (254,224,74). Sum of RGB (Red+Green+Blue) = 254+224+74=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 74 (29.30% from 255 or 13.41% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE04A is #011FB5. Grayscale: #D8D8D8. Windows color (decimal): -73654 or 4907262. OLE color: 4907262.

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

Color convert

RGB 254 224 74 -
CMYK 0 0.12 0.71 0.00
HSL 50º 0.99% 0.64% -
HSV(B) 50º 0.71% 1% -
XYZ 68.76 74.88 17.31 -
YUV 215.87 47.94 155.2 -
System Red Green Blue C M Y K H S L
Decimal 254 224 74 0 0.12 0.71 0.00 50 0.99 0.64
Hex FE E0 4A 0 C 47 0 32 63 40
Octal 376 340 112 0 14 107 0 62 143 100
Binary 11111110 11100000 1001010 0 1100 1000111 0 110010 1100011 1000000

Color Harmonies of #FEE04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE04A

Black with #FEE04A

Text Example


Text Example

White with #FEE04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE04A; }

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

 H1.HeaderClassName
 {
   color: #FEE04A;
 }
 .AnyTagClassName
 {
   color: #FEE04A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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