Html Css Color HEX #F5ED4A Paris Daisy

📋 copy color: '#F5ED4A'

red 245 ◦ green 237 ◦ blue 74

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

Shades of Paris Daisy #F5ED4A

Tints of Paris Daisy #F5ED4A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.63%

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

R = 44.06%
G = 42.63%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F5ED4A (or 0xF5ED4A) is known color: Paris Daisy. HEX triplet: F5, ED and 4A. RGB value is (245,237,74). Sum of RGB (Red+Green+Blue) = 245+237+74=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 74 (29.30% from 255 or 13.31% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5ED4A is #0A12B5. Grayscale: #DDDDDD. Windows color (decimal): -660150 or 4910581. OLE color: 4910581.

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

Color convert

RGB 245 237 74 -
CMYK 0 0.03 0.70 0.04
HSL 57.19º 0.9% 0.63% -
HSV(B) 57.19º 0.7% 0.96% -
XYZ 69.18 80.48 18.37 -
YUV 220.81 45.15 145.25 -
System Red Green Blue C M Y K H S L
Decimal 245 237 74 0 0.03 0.70 0.04 57.19 0.9 0.63
Hex F5 ED 4A 0 3 46 4 39 5A 3F
Octal 365 355 112 0 3 106 4 71 132 77
Binary 11110101 11101101 1001010 0 11 1000110 100 111001 1011010 111111

Color Harmonies of #F5ED4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ED4A

Black with #F5ED4A

Text Example


Text Example

White with #F5ED4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ED4A; }

 p { color: rgb(245,237,74); }

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

background-color css

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

 a { background-color: rgb(245,237,74); }

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

border-color css

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

 span { border-color: rgb(245,237,74); }

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