Html Css Color HEX #F2EB4C Paris Daisy

📋 copy color: '#F2EB4C'

red 242 ◦ green 235 ◦ blue 76

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

Shades of Paris Daisy #F2EB4C

Tints of Paris Daisy #F2EB4C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.5%

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

R = 43.76%
G = 42.5%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2EB4C (or 0xF2EB4C) is known color: Paris Daisy. HEX triplet: F2, EB and 4C. RGB value is (242,235,76). Sum of RGB (Red+Green+Blue) = 242+235+76=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 76 (30.08% from 255 or 13.74% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EB4C is #0D14B3. Grayscale: #DBDBDB. Windows color (decimal): -857268 or 5041138. OLE color: 5041138.

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

Color convert

RGB 242 235 76 -
CMYK 0 0.03 0.69 0.05
HSL 57.47º 0.86% 0.62% -
HSV(B) 57.47º 0.69% 0.95% -
XYZ 67.63 78.82 18.49 -
YUV 218.97 47.32 144.43 -
System Red Green Blue C M Y K H S L
Decimal 242 235 76 0 0.03 0.69 0.05 57.47 0.86 0.62
Hex F2 EB 4C 0 3 45 5 39 56 3E
Octal 362 353 114 0 3 105 5 71 126 76
Binary 11110010 11101011 1001100 0 11 1000101 101 111001 1010110 111110

Color Harmonies of #F2EB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EB4C

Black with #F2EB4C

Text Example


Text Example

White with #F2EB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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