Html Css Color HEX #FEE349 Paris Daisy

📋 copy color: '#FEE349'

red 254 ◦ green 227 ◦ blue 73

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

Shades of Paris Daisy #FEE349

Tints of Paris Daisy #FEE349

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.97%

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

R = 45.85%
G = 40.97%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEE349 (or 0xFEE349) is known color: Paris Daisy. HEX triplet: FE, E3 and 49. RGB value is (254,227,73). Sum of RGB (Red+Green+Blue) = 254+227+73=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 227 (89.06% from 255 or 40.97% from 554); Blue value is 73 (28.91% from 255 or 13.18% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE349 is #011CB6. Grayscale: #DADADA. Windows color (decimal): -72887 or 4842494. OLE color: 4842494.

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

Color convert

RGB 254 227 73 -
CMYK 0 0.11 0.71 0.00
HSL 51.05º 0.99% 0.64% -
HSV(B) 51.05º 0.71% 1% -
XYZ 69.54 76.49 17.4 -
YUV 217.52 46.45 154.02 -
System Red Green Blue C M Y K H S L
Decimal 254 227 73 0 0.11 0.71 0.00 51.05 0.99 0.64
Hex FE E3 49 0 B 47 0 33 63 40
Octal 376 343 111 0 13 107 0 63 143 100
Binary 11111110 11100011 1001001 0 1011 1000111 0 110011 1100011 1000000

Color Harmonies of #FEE349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE349

Black with #FEE349

Text Example


Text Example

White with #FEE349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE349; }

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

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

background-color css

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

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

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

border-color css

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

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

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