Html Css Color HEX #F2FA3B Paris Daisy

📋 copy color: '#F2FA3B'

red 242 ◦ green 250 ◦ blue 59

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

Shades of Paris Daisy #F2FA3B

Tints of Paris Daisy #F2FA3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 10.71%

R = 43.92%
G = 45.37%
B = 10.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F2FA3B (or 0xF2FA3B) is known color: Paris Daisy. HEX triplet: F2, FA and 3B. RGB value is (242,250,59). Sum of RGB (Red+Green+Blue) = 242+250+59=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 59 (23.44% from 255 or 10.71% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FA3B is #0D05C4. Grayscale: #E2E2E2. Windows color (decimal): -853445 or 3930866. OLE color: 3930866.

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

Color convert

RGB 242 250 59 -
CMYK 0.03 0 0.76 0.02
HSL 62.51º 0.95% 0.61% -
HSV(B) 62.51º 0.76% 0.98% -
XYZ 71.59 87.56 17.27 -
YUV 225.83 33.85 139.53 -
System Red Green Blue C M Y K H S L
Decimal 242 250 59 0.03 0 0.76 0.02 62.51 0.95 0.61
Hex F2 FA 3B 3 0 4C 2 3F 5F 3D
Octal 362 372 73 3 0 114 2 77 137 75
Binary 11110010 11111010 111011 11 0 1001100 10 111111 1011111 111101

Color Harmonies of #F2FA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FA3B

Black with #F2FA3B

Text Example


Text Example

White with #F2FA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FA3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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