Html Css Color HEX #FEE454 Paris Daisy

📋 copy color: '#FEE454'

red 254 ◦ green 228 ◦ blue 84

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

Shades of Paris Daisy #FEE454

Tints of Paris Daisy #FEE454

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.28%

 BLUE value IS 84 (33.2% from 255) = 14.84%

R = 44.88%
G = 40.28%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEE454 (or 0xFEE454) is known color: Paris Daisy. HEX triplet: FE, E4 and 54. RGB value is (254,228,84). Sum of RGB (Red+Green+Blue) = 254+228+84=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 84 (33.20% from 255 or 14.84% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE454 is #011BAB. Grayscale: #DBDBDB. Windows color (decimal): -72620 or 5563646. OLE color: 5563646.

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

Color convert

RGB 254 228 84 -
CMYK 0 0.10 0.67 0.00
HSL 50.82º 0.99% 0.66% -
HSV(B) 50.82º 0.67% 1% -
XYZ 70.22 77.2 19.59 -
YUV 219.36 51.61 152.71 -
System Red Green Blue C M Y K H S L
Decimal 254 228 84 0 0.10 0.67 0.00 50.82 0.99 0.66
Hex FE E4 54 0 A 43 0 33 63 42
Octal 376 344 124 0 12 103 0 63 143 102
Binary 11111110 11100100 1010100 0 1010 1000011 0 110011 1100011 1000010

Color Harmonies of #FEE454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE454

Black with #FEE454

Text Example


Text Example

White with #FEE454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE454; }

 p { color: rgb(254,228,84); }

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

background-color css

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

 a { background-color: rgb(254,228,84); }

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

border-color css

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

 span { border-color: rgb(254,228,84); }

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