Html Css Color HEX #F0ED4C Paris Daisy

📋 copy color: '#F0ED4C'

red 240 ◦ green 237 ◦ blue 76

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

Shades of Paris Daisy #F0ED4C

Tints of Paris Daisy #F0ED4C

RGB

 RED value IS 240 (94.14% from 255) = 43.4%

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

 BLUE value IS 76 (30.08% from 255) = 13.74%

R = 43.4%
G = 42.86%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0ED4C (or 0xF0ED4C) is known color: Paris Daisy. HEX triplet: F0, ED and 4C. RGB value is (240,237,76). Sum of RGB (Red+Green+Blue) = 240+237+76=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 76 (30.08% from 255 or 13.74% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0ED4C is #0F12B3. Grayscale: #DCDCDC. Windows color (decimal): -987828 or 5041648. OLE color: 5041648.

HSL color Cylindrical-coordinate representation of color #F0ED4C: hue angle of 58.9º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0ED4C is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 237 76 -
CMYK 0 0.01 0.68 0.06
HSL 58.9º 0.85% 0.62% -
HSV(B) 58.9º 0.68% 0.94% -
XYZ 67.52 79.62 18.65 -
YUV 219.54 46.99 142.59 -
System Red Green Blue C M Y K H S L
Decimal 240 237 76 0 0.01 0.68 0.06 58.9 0.85 0.62
Hex F0 ED 4C 0 1 44 6 3B 55 3E
Octal 360 355 114 0 1 104 6 73 125 76
Binary 11110000 11101101 1001100 0 1 1000100 110 111011 1010101 111110

Color Harmonies of #F0ED4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ED4C

Black with #F0ED4C

Text Example


Text Example

White with #F0ED4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ED4C; }

 p { color: rgb(240,237,76); }

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

background-color css

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

 a { background-color: rgb(240,237,76); }

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

border-color css

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

 span { border-color: rgb(240,237,76); }

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