Html Css Color HEX #F2EC4C Paris Daisy

📋 copy color: '#F2EC4C'

red 242 ◦ green 236 ◦ blue 76

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

Shades of Paris Daisy #F2EC4C

Tints of Paris Daisy #F2EC4C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.6%

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

R = 43.68%
G = 42.6%
B = 13.72%

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

#F2EC4C (or 0xF2EC4C) is known color: Paris Daisy. HEX triplet: F2, EC and 4C. RGB value is (242,236,76). Sum of RGB (Red+Green+Blue) = 242+236+76=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 76 (30.08% from 255 or 13.72% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EC4C is #0D13B3. Grayscale: #DCDCDC. Windows color (decimal): -857012 or 5041394. OLE color: 5041394.

HSL color Cylindrical-coordinate representation of color #F2EC4C: hue angle of 57.83º 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 #F2EC4C is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 236 76 -
CMYK 0 0.02 0.69 0.05
HSL 57.83º 0.86% 0.62% -
HSV(B) 57.83º 0.69% 0.95% -
XYZ 67.92 79.39 18.58 -
YUV 219.55 46.99 144.01 -
System Red Green Blue C M Y K H S L
Decimal 242 236 76 0 0.02 0.69 0.05 57.83 0.86 0.62
Hex F2 EC 4C 0 2 45 5 3A 56 3E
Octal 362 354 114 0 2 105 5 72 126 76
Binary 11110010 11101100 1001100 0 10 1000101 101 111010 1010110 111110

Color Harmonies of #F2EC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EC4C

Black with #F2EC4C

Text Example


Text Example

White with #F2EC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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