Html Css Color HEX #F2F94F Paris Daisy

📋 copy color: '#F2F94F'

red 242 ◦ green 249 ◦ blue 79

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

Shades of Paris Daisy #F2F94F

Tints of Paris Daisy #F2F94F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 13.86%

R = 42.46%
G = 43.68%
B = 13.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F2F94F (or 0xF2F94F) is known color: Paris Daisy. HEX triplet: F2, F9 and 4F. RGB value is (242,249,79). Sum of RGB (Red+Green+Blue) = 242+249+79=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 79 (31.25% from 255 or 13.86% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F94F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F94F is #0D06B0. Grayscale: #E4E4E4. Windows color (decimal): -853681 or 5241330. OLE color: 5241330.

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

Color convert

RGB 242 249 79 -
CMYK 0.03 0 0.68 0.02
HSL 62.47º 0.93% 0.64% -
HSV(B) 62.47º 0.68% 0.98% -
XYZ 71.9 87.19 20.44 -
YUV 227.53 44.18 138.32 -
System Red Green Blue C M Y K H S L
Decimal 242 249 79 0.03 0 0.68 0.02 62.47 0.93 0.64
Hex F2 F9 4F 3 0 44 2 3E 5D 40
Octal 362 371 117 3 0 104 2 76 135 100
Binary 11110010 11111001 1001111 11 0 1000100 10 111110 1011101 1000000

Color Harmonies of #F2F94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F94F

Black with #F2F94F

Text Example


Text Example

White with #F2F94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F94F; }

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

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

background-color css

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

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

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

border-color css

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

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

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