Html Css Color HEX #F2EF49 Paris Daisy

📋 copy color: '#F2EF49'

red 242 ◦ green 239 ◦ blue 73

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

Shades of Paris Daisy #F2EF49

Tints of Paris Daisy #F2EF49

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.14%

 BLUE value IS 73 (28.91% from 255) = 13.18%

R = 43.68%
G = 43.14%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F2EF49 (or 0xF2EF49) is known color: Paris Daisy. HEX triplet: F2, EF and 49. RGB value is (242,239,73). Sum of RGB (Red+Green+Blue) = 242+239+73=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 73 (28.91% from 255 or 13.18% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EF49 is #0D10B6. Grayscale: #DDDDDD. Windows color (decimal): -856247 or 4845554. OLE color: 4845554.

HSL color Cylindrical-coordinate representation of color #F2EF49: hue angle of 58.93º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2EF49 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 239 73 -
CMYK 0 0.01 0.70 0.05
HSL 58.93º 0.87% 0.62% -
HSV(B) 58.93º 0.7% 0.95% -
XYZ 68.69 81.09 18.34 -
YUV 220.97 44.49 143 -
System Red Green Blue C M Y K H S L
Decimal 242 239 73 0 0.01 0.70 0.05 58.93 0.87 0.62
Hex F2 EF 49 0 1 46 5 3B 57 3E
Octal 362 357 111 0 1 106 5 73 127 76
Binary 11110010 11101111 1001001 0 1 1000110 101 111011 1010111 111110

Color Harmonies of #F2EF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EF49

Black with #F2EF49

Text Example


Text Example

White with #F2EF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EF49; }

 p { color: rgb(242,239,73); }

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

background-color css

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

 a { background-color: rgb(242,239,73); }

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

border-color css

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

 span { border-color: rgb(242,239,73); }

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