Html Css Color HEX #F2ED4D Paris Daisy

📋 copy color: '#F2ED4D'

red 242 ◦ green 237 ◦ blue 77

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

Shades of Paris Daisy #F2ED4D

Tints of Paris Daisy #F2ED4D

RGB

 RED value IS 242 (94.92% from 255) = 43.53%

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

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

R = 43.53%
G = 42.63%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2ED4D (or 0xF2ED4D) is known color: Paris Daisy. HEX triplet: F2, ED and 4D. RGB value is (242,237,77). Sum of RGB (Red+Green+Blue) = 242+237+77=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 77 (30.47% from 255 or 13.85% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2ED4D is #0D12B2. Grayscale: #DCDCDC. Windows color (decimal): -856755 or 5107186. OLE color: 5107186.

HSL color Cylindrical-coordinate representation of color #F2ED4D: hue angle of 58.18º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2ED4D is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 237 77 -
CMYK 0 0.02 0.68 0.05
HSL 58.18º 0.86% 0.63% -
HSV(B) 58.18º 0.68% 0.95% -
XYZ 68.24 79.98 18.86 -
YUV 220.26 47.16 143.51 -
System Red Green Blue C M Y K H S L
Decimal 242 237 77 0 0.02 0.68 0.05 58.18 0.86 0.63
Hex F2 ED 4D 0 2 44 5 3A 56 3F
Octal 362 355 115 0 2 104 5 72 126 77
Binary 11110010 11101101 1001101 0 10 1000100 101 111010 1010110 111111

Color Harmonies of #F2ED4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ED4D

Black with #F2ED4D

Text Example


Text Example

White with #F2ED4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ED4D; }

 p { color: rgb(242,237,77); }

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

background-color css

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

 a { background-color: rgb(242,237,77); }

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

border-color css

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

 span { border-color: rgb(242,237,77); }

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