Html Css Color HEX #F5ED54 Paris Daisy

📋 copy color: '#F5ED54'

red 245 ◦ green 237 ◦ blue 84

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

Shades of Paris Daisy #F5ED54

Tints of Paris Daisy #F5ED54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 14.84%

R = 43.29%
G = 41.87%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F5ED54 (or 0xF5ED54) is known color: Paris Daisy. HEX triplet: F5, ED and 54. RGB value is (245,237,84). Sum of RGB (Red+Green+Blue) = 245+237+84=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 84 (33.20% from 255 or 14.84% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5ED54 is #0A12AB. Grayscale: #DEDEDE. Windows color (decimal): -660140 or 5565941. OLE color: 5565941.

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

Color convert

RGB 245 237 84 -
CMYK 0 0.03 0.66 0.04
HSL 57.02º 0.89% 0.65% -
HSV(B) 57.02º 0.66% 0.96% -
XYZ 69.54 80.62 20.28 -
YUV 221.95 50.15 144.44 -
System Red Green Blue C M Y K H S L
Decimal 245 237 84 0 0.03 0.66 0.04 57.02 0.89 0.65
Hex F5 ED 54 0 3 42 4 39 59 41
Octal 365 355 124 0 3 102 4 71 131 101
Binary 11110101 11101101 1010100 0 11 1000010 100 111001 1011001 1000001

Color Harmonies of #F5ED54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ED54

Black with #F5ED54

Text Example


Text Example

White with #F5ED54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ED54; }

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

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

background-color css

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

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

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

border-color css

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

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

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