Html Css Color HEX #FEEA47 Paris Daisy

📋 copy color: '#FEEA47'

red 254 ◦ green 234 ◦ blue 71

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

Shades of Paris Daisy #FEEA47

Tints of Paris Daisy #FEEA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 12.7%

R = 45.44%
G = 41.86%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEEA47 (or 0xFEEA47) is known color: Paris Daisy. HEX triplet: FE, EA and 47. RGB value is (254,234,71). Sum of RGB (Red+Green+Blue) = 254+234+71=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 71 (28.12% from 255 or 12.70% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA47 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA47 is #0115B8. Grayscale: #DEDEDE. Windows color (decimal): -71097 or 4713214. OLE color: 4713214.

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

Color convert

RGB 254 234 71 -
CMYK 0 0.08 0.72 0.00
HSL 53.44º 0.99% 0.64% -
HSV(B) 53.44º 0.72% 1% -
XYZ 71.43 80.37 17.71 -
YUV 221.4 43.13 151.25 -
System Red Green Blue C M Y K H S L
Decimal 254 234 71 0 0.08 0.72 0.00 53.44 0.99 0.64
Hex FE EA 47 0 8 48 0 35 63 40
Octal 376 352 107 0 10 110 0 65 143 100
Binary 11111110 11101010 1000111 0 1000 1001000 0 110101 1100011 1000000

Color Harmonies of #FEEA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEA47

Black with #FEEA47

Text Example


Text Example

White with #FEEA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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