Html Css Color HEX #F2EB4A Paris Daisy

📋 copy color: '#F2EB4A'

red 242 ◦ green 235 ◦ blue 74

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

Shades of Paris Daisy #F2EB4A

Tints of Paris Daisy #F2EB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.43%

R = 43.92%
G = 42.65%
B = 13.43%

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

#F2EB4A (or 0xF2EB4A) is known color: Paris Daisy. HEX triplet: F2, EB and 4A. RGB value is (242,235,74). Sum of RGB (Red+Green+Blue) = 242+235+74=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 74 (29.30% from 255 or 13.43% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EB4A is #0D14B5. Grayscale: #DBDBDB. Windows color (decimal): -857270 or 4910066. OLE color: 4910066.

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

Color convert

RGB 242 235 74 -
CMYK 0 0.03 0.69 0.05
HSL 57.5º 0.87% 0.62% -
HSV(B) 57.5º 0.69% 0.95% -
XYZ 67.56 78.79 18.13 -
YUV 218.74 46.32 144.59 -
System Red Green Blue C M Y K H S L
Decimal 242 235 74 0 0.03 0.69 0.05 57.5 0.87 0.62
Hex F2 EB 4A 0 3 45 5 3A 57 3E
Octal 362 353 112 0 3 105 5 72 127 76
Binary 11110010 11101011 1001010 0 11 1000101 101 111010 1010111 111110

Color Harmonies of #F2EB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EB4A

Black with #F2EB4A

Text Example


Text Example

White with #F2EB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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