Html Css Color HEX #F5EA4D Paris Daisy

📋 copy color: '#F5EA4D'

red 245 ◦ green 234 ◦ blue 77

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

Shades of Paris Daisy #F5EA4D

Tints of Paris Daisy #F5EA4D

RGB

 RED value IS 245 (96.09% from 255) = 44.06%

 GREEN value IS 234 (91.8% from 255) = 42.09%

 BLUE value IS 77 (30.47% from 255) = 13.85%

R = 44.06%
G = 42.09%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5EA4D (or 0xF5EA4D) is known color: Paris Daisy. HEX triplet: F5, EA and 4D. RGB value is (245,234,77). Sum of RGB (Red+Green+Blue) = 245+234+77=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 77 (30.47% from 255 or 13.85% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EA4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EA4D is #0A15B2. Grayscale: #DCDCDC. Windows color (decimal): -660915 or 5106421. OLE color: 5106421.

HSL color Cylindrical-coordinate representation of color #F5EA4D: hue angle of 56.07º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5EA4D is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 234 77 -
CMYK 0 0.04 0.69 0.04
HSL 56.07º 0.89% 0.63% -
HSV(B) 56.07º 0.69% 0.96% -
XYZ 68.42 78.79 18.62 -
YUV 219.39 47.64 146.27 -
System Red Green Blue C M Y K H S L
Decimal 245 234 77 0 0.04 0.69 0.04 56.07 0.89 0.63
Hex F5 EA 4D 0 4 45 4 38 59 3F
Octal 365 352 115 0 4 105 4 70 131 77
Binary 11110101 11101010 1001101 0 100 1000101 100 111000 1011001 111111

Color Harmonies of #F5EA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EA4D

Black with #F5EA4D

Text Example


Text Example

White with #F5EA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EA4D; }

 p { color: rgb(245,234,77); }

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

background-color css

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

 a { background-color: rgb(245,234,77); }

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

border-color css

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

 span { border-color: rgb(245,234,77); }

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