Html Css Color HEX #F2F940 Paris Daisy

📋 copy color: '#F2F940'

red 242 ◦ green 249 ◦ blue 64

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

Shades of Paris Daisy #F2F940

Tints of Paris Daisy #F2F940

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.86%

 BLUE value IS 64 (25.39% from 255) = 11.53%

R = 43.6%
G = 44.86%
B = 11.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F2F940 (or 0xF2F940) is known color: Paris Daisy. HEX triplet: F2, F9 and 40. RGB value is (242,249,64). Sum of RGB (Red+Green+Blue) = 242+249+64=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 64 (25.39% from 255 or 11.53% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F940 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F940 is #0D06BF. Grayscale: #E2E2E2. Windows color (decimal): -853696 or 4258290. OLE color: 4258290.

HSL color Cylindrical-coordinate representation of color #F2F940: hue angle of 62.27º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2F940 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 249 64 -
CMYK 0.03 0 0.74 0.02
HSL 62.27º 0.94% 0.61% -
HSV(B) 62.27º 0.74% 0.98% -
XYZ 71.42 87 17.88 -
YUV 225.82 36.68 139.54 -
System Red Green Blue C M Y K H S L
Decimal 242 249 64 0.03 0 0.74 0.02 62.27 0.94 0.61
Hex F2 F9 40 3 0 4A 2 3E 5E 3D
Octal 362 371 100 3 0 112 2 76 136 75
Binary 11110010 11111001 1000000 11 0 1001010 10 111110 1011110 111101

Color Harmonies of #F2F940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F940

Black with #F2F940

Text Example


Text Example

White with #F2F940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F940; }

 p { color: rgb(242,249,64); }

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

background-color css

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

 a { background-color: rgb(242,249,64); }

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

border-color css

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

 span { border-color: rgb(242,249,64); }

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