Html Css Color HEX #F2EE4E Paris Daisy

📋 copy color: '#F2EE4E'

red 242 ◦ green 238 ◦ blue 78

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

Shades of Paris Daisy #F2EE4E

Tints of Paris Daisy #F2EE4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 13.98%

R = 43.37%
G = 42.65%
B = 13.98%

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

#F2EE4E (or 0xF2EE4E) is known color: Paris Daisy. HEX triplet: F2, EE and 4E. RGB value is (242,238,78). Sum of RGB (Red+Green+Blue) = 242+238+78=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 78 (30.86% from 255 or 13.98% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EE4E is #0D11B1. Grayscale: #DDDDDD. Windows color (decimal): -856498 or 5172978. OLE color: 5172978.

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

Color convert

RGB 242 238 78 -
CMYK 0 0.02 0.68 0.05
HSL 58.54º 0.86% 0.63% -
HSV(B) 58.54º 0.68% 0.95% -
XYZ 68.57 80.58 19.15 -
YUV 220.96 47.33 143.01 -
System Red Green Blue C M Y K H S L
Decimal 242 238 78 0 0.02 0.68 0.05 58.54 0.86 0.63
Hex F2 EE 4E 0 2 44 5 3B 56 3F
Octal 362 356 116 0 2 104 5 73 126 77
Binary 11110010 11101110 1001110 0 10 1000100 101 111011 1010110 111111

Color Harmonies of #F2EE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EE4E

Black with #F2EE4E

Text Example


Text Example

White with #F2EE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EE4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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