Html Css Color HEX #F2FC3E Paris Daisy

📋 copy color: '#F2FC3E'

red 242 ◦ green 252 ◦ blue 62

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

Shades of Paris Daisy #F2FC3E

Tints of Paris Daisy #F2FC3E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.32%

 BLUE value IS 62 (24.61% from 255) = 11.15%

R = 43.53%
G = 45.32%
B = 11.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#F2FC3E (or 0xF2FC3E) is known color: Paris Daisy. HEX triplet: F2, FC and 3E. RGB value is (242,252,62). Sum of RGB (Red+Green+Blue) = 242+252+62=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 62 (24.61% from 255 or 11.15% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FC3E is #0D03C1. Grayscale: #E4E4E4. Windows color (decimal): -852930 or 4127986. OLE color: 4127986.

HSL color Cylindrical-coordinate representation of color #F2FC3E: hue angle of 63.16º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2FC3E is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 252 62 -
CMYK 0.04 0 0.75 0.01
HSL 63.16º 0.97% 0.62% -
HSV(B) 63.16º 0.75% 0.99% -
XYZ 72.3 88.85 17.9 -
YUV 227.35 34.69 138.45 -
System Red Green Blue C M Y K H S L
Decimal 242 252 62 0.04 0 0.75 0.01 63.16 0.97 0.62
Hex F2 FC 3E 4 0 4B 1 3F 61 3E
Octal 362 374 76 4 0 113 1 77 141 76
Binary 11110010 11111100 111110 100 0 1001011 1 111111 1100001 111110

Color Harmonies of #F2FC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FC3E

Black with #F2FC3E

Text Example


Text Example

White with #F2FC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FC3E; }

 p { color: rgb(242,252,62); }

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

background-color css

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

 a { background-color: rgb(242,252,62); }

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

border-color css

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

 span { border-color: rgb(242,252,62); }

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