Html Css Color HEX #F2EA50 Paris Daisy

📋 copy color: '#F2EA50'

red 242 ◦ green 234 ◦ blue 80

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

Shades of Paris Daisy #F2EA50

Tints of Paris Daisy #F2EA50

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.09%

 BLUE value IS 80 (31.64% from 255) = 14.39%

R = 43.53%
G = 42.09%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2EA50 (or 0xF2EA50) is known color: Paris Daisy. HEX triplet: F2, EA and 50. RGB value is (242,234,80). Sum of RGB (Red+Green+Blue) = 242+234+80=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 80 (31.64% from 255 or 14.39% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EA50 is #0D15AF. Grayscale: #DBDBDB. Windows color (decimal): -857520 or 5303026. OLE color: 5303026.

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

Color convert

RGB 242 234 80 -
CMYK 0 0.03 0.67 0.05
HSL 57.04º 0.86% 0.63% -
HSV(B) 57.04º 0.67% 0.95% -
XYZ 67.49 78.3 19.15 -
YUV 218.84 49.65 144.52 -
System Red Green Blue C M Y K H S L
Decimal 242 234 80 0 0.03 0.67 0.05 57.04 0.86 0.63
Hex F2 EA 50 0 3 43 5 39 56 3F
Octal 362 352 120 0 3 103 5 71 126 77
Binary 11110010 11101010 1010000 0 11 1000011 101 111001 1010110 111111

Color Harmonies of #F2EA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EA50

Black with #F2EA50

Text Example


Text Example

White with #F2EA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EA50; }

 p { color: rgb(242,234,80); }

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

background-color css

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

 a { background-color: rgb(242,234,80); }

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

border-color css

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

 span { border-color: rgb(242,234,80); }

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