Html Css Color HEX #F2EE4F Paris Daisy

📋 copy color: '#F2EE4F'

red 242 ◦ green 238 ◦ blue 79

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

Shades of Paris Daisy #F2EE4F

Tints of Paris Daisy #F2EE4F

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.58%

 BLUE value IS 79 (31.25% from 255) = 14.13%

R = 43.29%
G = 42.58%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2EE4F (or 0xF2EE4F) is known color: Paris Daisy. HEX triplet: F2, EE and 4F. RGB value is (242,238,79). Sum of RGB (Red+Green+Blue) = 242+238+79=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 79 (31.25% from 255 or 14.13% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE4F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EE4F is #0D11B0. Grayscale: #DDDDDD. Windows color (decimal): -856497 or 5238514. OLE color: 5238514.

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

Color convert

RGB 242 238 79 -
CMYK 0 0.02 0.67 0.05
HSL 58.53º 0.86% 0.63% -
HSV(B) 58.53º 0.67% 0.95% -
XYZ 68.6 80.59 19.34 -
YUV 221.07 47.83 142.93 -
System Red Green Blue C M Y K H S L
Decimal 242 238 79 0 0.02 0.67 0.05 58.53 0.86 0.63
Hex F2 EE 4F 0 2 43 5 3B 56 3F
Octal 362 356 117 0 2 103 5 73 126 77
Binary 11110010 11101110 1001111 0 10 1000011 101 111011 1010110 111111

Color Harmonies of #F2EE4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EE4F

Black with #F2EE4F

Text Example


Text Example

White with #F2EE4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EE4F; }

 p { color: rgb(242,238,79); }

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

background-color css

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

 a { background-color: rgb(242,238,79); }

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

border-color css

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

 span { border-color: rgb(242,238,79); }

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