Html Css Color HEX #F2ED4C Paris Daisy

📋 copy color: '#F2ED4C'

red 242 ◦ green 237 ◦ blue 76

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

Shades of Paris Daisy #F2ED4C

Tints of Paris Daisy #F2ED4C

RGB

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

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

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

R = 43.6%
G = 42.7%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2ED4C (or 0xF2ED4C) is known color: Paris Daisy. HEX triplet: F2, ED and 4C. RGB value is (242,237,76). Sum of RGB (Red+Green+Blue) = 242+237+76=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 76 (30.08% from 255 or 13.69% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2ED4C is #0D12B3. Grayscale: #DCDCDC. Windows color (decimal): -856756 or 5041650. OLE color: 5041650.

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

Color convert

RGB 242 237 76 -
CMYK 0 0.02 0.69 0.05
HSL 58.19º 0.86% 0.62% -
HSV(B) 58.19º 0.69% 0.95% -
XYZ 68.21 79.97 18.68 -
YUV 220.14 46.66 143.59 -
System Red Green Blue C M Y K H S L
Decimal 242 237 76 0 0.02 0.69 0.05 58.19 0.86 0.62
Hex F2 ED 4C 0 2 45 5 3A 56 3E
Octal 362 355 114 0 2 105 5 72 126 76
Binary 11110010 11101101 1001100 0 10 1000101 101 111010 1010110 111110

Color Harmonies of #F2ED4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ED4C

Black with #F2ED4C

Text Example


Text Example

White with #F2ED4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ED4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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