Html Css Color HEX #FEEA55 Paris Daisy

📋 copy color: '#FEEA55'

red 254 ◦ green 234 ◦ blue 85

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

Shades of Paris Daisy #FEEA55

Tints of Paris Daisy #FEEA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 14.83%

R = 44.33%
G = 40.84%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEEA55 (or 0xFEEA55) is known color: Paris Daisy. HEX triplet: FE, EA and 55. RGB value is (254,234,85). Sum of RGB (Red+Green+Blue) = 254+234+85=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 85 (33.59% from 255 or 14.83% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEA55 is #0115AA. Grayscale: #DFDFDF. Windows color (decimal): -71083 or 5630718. OLE color: 5630718.

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

Color convert

RGB 254 234 85 -
CMYK 0 0.08 0.67 0.00
HSL 52.9º 0.99% 0.66% -
HSV(B) 52.9º 0.67% 1% -
XYZ 71.94 80.57 20.35 -
YUV 222.99 50.13 150.12 -
System Red Green Blue C M Y K H S L
Decimal 254 234 85 0 0.08 0.67 0.00 52.9 0.99 0.66
Hex FE EA 55 0 8 43 0 35 63 42
Octal 376 352 125 0 10 103 0 65 143 102
Binary 11111110 11101010 1010101 0 1000 1000011 0 110101 1100011 1000010

Color Harmonies of #FEEA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEA55

Black with #FEEA55

Text Example


Text Example

White with #FEEA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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