Html Css Color HEX #F2E24D Paris Daisy

📋 copy color: '#F2E24D'

red 242 ◦ green 226 ◦ blue 77

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

Shades of Paris Daisy #F2E24D

Tints of Paris Daisy #F2E24D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.47%

 BLUE value IS 77 (30.47% from 255) = 14.13%

R = 44.4%
G = 41.47%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2E24D (or 0xF2E24D) is known color: Paris Daisy. HEX triplet: F2, E2 and 4D. RGB value is (242,226,77). Sum of RGB (Red+Green+Blue) = 242+226+77=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 77 (30.47% from 255 or 14.13% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E24D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E24D is #0D1DB2. Grayscale: #D6D6D6. Windows color (decimal): -859571 or 5104370. OLE color: 5104370.

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

Color convert

RGB 242 226 77 -
CMYK 0 0.07 0.68 0.05
HSL 54.18º 0.86% 0.63% -
HSV(B) 54.18º 0.68% 0.95% -
XYZ 65.15 73.81 17.83 -
YUV 213.8 50.8 148.12 -
System Red Green Blue C M Y K H S L
Decimal 242 226 77 0 0.07 0.68 0.05 54.18 0.86 0.63
Hex F2 E2 4D 0 7 44 5 36 56 3F
Octal 362 342 115 0 7 104 5 66 126 77
Binary 11110010 11100010 1001101 0 111 1000100 101 110110 1010110 111111

Color Harmonies of #F2E24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E24D

Black with #F2E24D

Text Example


Text Example

White with #F2E24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E24D; }

 p { color: rgb(242,226,77); }

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

background-color css

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

 a { background-color: rgb(242,226,77); }

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

border-color css

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

 span { border-color: rgb(242,226,77); }

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