Html Css Color HEX #F2FA51 Paris Daisy

📋 copy color: '#F2FA51'

red 242 ◦ green 250 ◦ blue 81

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

Shades of Paris Daisy #F2FA51

Tints of Paris Daisy #F2FA51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 14.14%

R = 42.23%
G = 43.63%
B = 14.14%

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

#F2FA51 (or 0xF2FA51) is known color: Paris Daisy. HEX triplet: F2, FA and 51. RGB value is (242,250,81). Sum of RGB (Red+Green+Blue) = 242+250+81=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 81 (32.03% from 255 or 14.14% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FA51 is #0D05AE. Grayscale: #E5E5E5. Windows color (decimal): -853423 or 5372658. OLE color: 5372658.

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

Color convert

RGB 242 250 81 -
CMYK 0.03 0 0.68 0.02
HSL 62.84º 0.94% 0.65% -
HSV(B) 62.84º 0.68% 0.98% -
XYZ 72.29 87.84 20.93 -
YUV 228.34 44.85 137.74 -
System Red Green Blue C M Y K H S L
Decimal 242 250 81 0.03 0 0.68 0.02 62.84 0.94 0.65
Hex F2 FA 51 3 0 44 2 3F 5E 41
Octal 362 372 121 3 0 104 2 77 136 101
Binary 11110010 11111010 1010001 11 0 1000100 10 111111 1011110 1000001

Color Harmonies of #F2FA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FA51

Black with #F2FA51

Text Example


Text Example

White with #F2FA51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FA51; }

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

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

background-color css

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

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

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

border-color css

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

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

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