Html Css Color HEX #F2F944 Paris Daisy

📋 copy color: '#F2F944'

red 242 ◦ green 249 ◦ blue 68

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

Shades of Paris Daisy #F2F944

Tints of Paris Daisy #F2F944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.16%

R = 43.29%
G = 44.54%
B = 12.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F2F944 (or 0xF2F944) is known color: Paris Daisy. HEX triplet: F2, F9 and 44. RGB value is (242,249,68). Sum of RGB (Red+Green+Blue) = 242+249+68=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 68 (26.95% from 255 or 12.16% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F944 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F944 is #0D06BB. Grayscale: #E2E2E2. Windows color (decimal): -853692 or 4520434. OLE color: 4520434.

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

Color convert

RGB 242 249 68 -
CMYK 0.03 0 0.73 0.02
HSL 62.32º 0.94% 0.62% -
HSV(B) 62.32º 0.73% 0.98% -
XYZ 71.54 87.05 18.5 -
YUV 226.27 38.68 139.22 -
System Red Green Blue C M Y K H S L
Decimal 242 249 68 0.03 0 0.73 0.02 62.32 0.94 0.62
Hex F2 F9 44 3 0 49 2 3E 5E 3E
Octal 362 371 104 3 0 111 2 76 136 76
Binary 11110010 11111001 1000100 11 0 1001001 10 111110 1011110 111110

Color Harmonies of #F2F944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F944

Black with #F2F944

Text Example


Text Example

White with #F2F944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F944; }

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

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

background-color css

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

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

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

border-color css

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

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

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