Html Css Color HEX #FEEA49 Paris Daisy

📋 copy color: '#FEEA49'

red 254 ◦ green 234 ◦ blue 73

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

Shades of Paris Daisy #FEEA49

Tints of Paris Daisy #FEEA49

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.71%

 BLUE value IS 73 (28.91% from 255) = 13.01%

R = 45.28%
G = 41.71%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEEA49 (or 0xFEEA49) is known color: Paris Daisy. HEX triplet: FE, EA and 49. RGB value is (254,234,73). Sum of RGB (Red+Green+Blue) = 254+234+73=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 73 (28.91% from 255 or 13.01% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA49 is #0115B6. Grayscale: #DEDEDE. Windows color (decimal): -71095 or 4844286. OLE color: 4844286.

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

Color convert

RGB 254 234 73 -
CMYK 0 0.08 0.71 0.00
HSL 53.37º 0.99% 0.64% -
HSV(B) 53.37º 0.71% 1% -
XYZ 71.5 80.4 18.05 -
YUV 221.63 44.13 151.09 -
System Red Green Blue C M Y K H S L
Decimal 254 234 73 0 0.08 0.71 0.00 53.37 0.99 0.64
Hex FE EA 49 0 8 47 0 35 63 40
Octal 376 352 111 0 10 107 0 65 143 100
Binary 11111110 11101010 1001001 0 1000 1000111 0 110101 1100011 1000000

Color Harmonies of #FEEA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEA49

Black with #FEEA49

Text Example


Text Example

White with #FEEA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEA49; }

 p { color: rgb(254,234,73); }

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

background-color css

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

 a { background-color: rgb(254,234,73); }

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

border-color css

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

 span { border-color: rgb(254,234,73); }

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