Html Css Color HEX #FEE54A Paris Daisy

📋 copy color: '#FEE54A'

red 254 ◦ green 229 ◦ blue 74

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

Shades of Paris Daisy #FEE54A

Tints of Paris Daisy #FEE54A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.11%

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

R = 45.6%
G = 41.11%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEE54A (or 0xFEE54A) is known color: Paris Daisy. HEX triplet: FE, E5 and 4A. RGB value is (254,229,74). Sum of RGB (Red+Green+Blue) = 254+229+74=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 74 (29.30% from 255 or 13.29% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE54A is #011AB5. Grayscale: #DBDBDB. Windows color (decimal): -72374 or 4908542. OLE color: 4908542.

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

Color convert

RGB 254 229 74 -
CMYK 0 0.10 0.71 0.00
HSL 51.67º 0.99% 0.64% -
HSV(B) 51.67º 0.71% 1% -
XYZ 70.13 77.6 17.76 -
YUV 218.81 46.28 153.1 -
System Red Green Blue C M Y K H S L
Decimal 254 229 74 0 0.10 0.71 0.00 51.67 0.99 0.64
Hex FE E5 4A 0 A 47 0 34 63 40
Octal 376 345 112 0 12 107 0 64 143 100
Binary 11111110 11100101 1001010 0 1010 1000111 0 110100 1100011 1000000

Color Harmonies of #FEE54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE54A

Black with #FEE54A

Text Example


Text Example

White with #FEE54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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