Html Css Color HEX #F2FA47 Paris Daisy

📋 copy color: '#F2FA47'

red 242 ◦ green 250 ◦ blue 71

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

Shades of Paris Daisy #F2FA47

Tints of Paris Daisy #F2FA47

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.4%

 BLUE value IS 71 (28.13% from 255) = 12.61%

R = 42.98%
G = 44.4%
B = 12.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#F2FA47 (or 0xF2FA47) is known color: Paris Daisy. HEX triplet: F2, FA and 47. RGB value is (242,250,71). Sum of RGB (Red+Green+Blue) = 242+250+71=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 71 (28.12% from 255 or 12.61% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA47 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FA47 is #0D05B8. Grayscale: #E3E3E3. Windows color (decimal): -853433 or 4717298. OLE color: 4717298.

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

Color convert

RGB 242 250 71 -
CMYK 0.03 0 0.72 0.02
HSL 62.68º 0.95% 0.63% -
HSV(B) 62.68º 0.72% 0.98% -
XYZ 71.94 87.7 19.1 -
YUV 227.2 39.85 138.55 -
System Red Green Blue C M Y K H S L
Decimal 242 250 71 0.03 0 0.72 0.02 62.68 0.95 0.63
Hex F2 FA 47 3 0 48 2 3F 5F 3F
Octal 362 372 107 3 0 110 2 77 137 77
Binary 11110010 11111010 1000111 11 0 1001000 10 111111 1011111 111111

Color Harmonies of #F2FA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FA47

Black with #F2FA47

Text Example


Text Example

White with #F2FA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FA47; }

 p { color: rgb(242,250,71); }

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

background-color css

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

 a { background-color: rgb(242,250,71); }

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

border-color css

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

 span { border-color: rgb(242,250,71); }

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