Html Css Color HEX #FFE049 Paris Daisy

📋 copy color: '#FFE049'

red 255 ◦ green 224 ◦ blue 73

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

Shades of Paris Daisy #FFE049

Tints of Paris Daisy #FFE049

RGB

 RED value IS 255 (100% from 255) = 46.2%

 GREEN value IS 224 (87.89% from 255) = 40.58%

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

R = 46.2%
G = 40.58%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFE049 (or 0xFFE049) is known color: Paris Daisy. HEX triplet: FF, E0 and 49. RGB value is (255,224,73). Sum of RGB (Red+Green+Blue) = 255+224+73=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 73 (28.91% from 255 or 13.22% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE049 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE049 is #001FB6. Grayscale: #D8D8D8. Windows color (decimal): -8119 or 4841727. OLE color: 4841727.

HSL color Cylindrical-coordinate representation of color #FFE049: hue angle of 49.78º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFE049 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB 255 224 73 -
CMYK 0 0.12 0.71 0
HSL 49.78º 1% 0.64% -
HSV(B) 49.78º 0.71% 1% -
XYZ 69.1 75.05 17.15 -
YUV 216.06 47.27 155.78 -
System Red Green Blue C M Y K H S L
Decimal 255 224 73 0 0.12 0.71 0 49.78 1 0.64
Hex FF E0 49 0 C 47 0 32 64 40
Octal 377 340 111 0 14 107 0 62 144 100
Binary 11111111 11100000 1001001 0 1100 1000111 0 110010 1100100 1000000

Color Harmonies of #FFE049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE049

Black with #FFE049

Text Example


Text Example

White with #FFE049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE049; }

 p { color: rgb(255,224,73); }

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

background-color css

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

 a { background-color: rgb(255,224,73); }

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

border-color css

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

 span { border-color: rgb(255,224,73); }

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