Html Css Color HEX #FEE549 Paris Daisy

📋 copy color: '#FEE549'

red 254 ◦ green 229 ◦ blue 73

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

Shades of Paris Daisy #FEE549

Tints of Paris Daisy #FEE549

RGB

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

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

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

R = 45.68%
G = 41.19%
B = 13.13%

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

#FEE549 (or 0xFEE549) is known color: Paris Daisy. HEX triplet: FE, E5 and 49. RGB value is (254,229,73). Sum of RGB (Red+Green+Blue) = 254+229+73=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 73 (28.91% from 255 or 13.13% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE549 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE549 is #011AB6. Grayscale: #DBDBDB. Windows color (decimal): -72375 or 4843006. OLE color: 4843006.

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

Color convert

RGB 254 229 73 -
CMYK 0 0.10 0.71 0.00
HSL 51.71º 0.99% 0.64% -
HSV(B) 51.71º 0.71% 1% -
XYZ 70.09 77.59 17.59 -
YUV 218.69 45.78 153.18 -
System Red Green Blue C M Y K H S L
Decimal 254 229 73 0 0.10 0.71 0.00 51.71 0.99 0.64
Hex FE E5 49 0 A 47 0 34 63 40
Octal 376 345 111 0 12 107 0 64 143 100
Binary 11111110 11100101 1001001 0 1010 1000111 0 110100 1100011 1000000

Color Harmonies of #FEE549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE549

Black with #FEE549

Text Example


Text Example

White with #FEE549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE549; }

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

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

background-color css

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

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

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

border-color css

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

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

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