Html Css Color HEX #F2FE4C Paris Daisy

📋 copy color: '#F2FE4C'

red 242 ◦ green 254 ◦ blue 76

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

Shades of Paris Daisy #F2FE4C

Tints of Paris Daisy #F2FE4C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.41%

 BLUE value IS 76 (30.08% from 255) = 13.29%

R = 42.31%
G = 44.41%
B = 13.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#F2FE4C (or 0xF2FE4C) is known color: Paris Daisy. HEX triplet: F2, FE and 4C. RGB value is (242,254,76). Sum of RGB (Red+Green+Blue) = 242+254+76=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 76 (30.08% from 255 or 13.29% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FE4C is #0D01B3. Grayscale: #E6E6E6. Windows color (decimal): -852404 or 5046002. OLE color: 5046002.

HSL color Cylindrical-coordinate representation of color #F2FE4C: hue angle of 64.04º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2FE4C is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 242 254 76 -
CMYK 0.05 0 0.70 0.00
HSL 64.04º 0.99% 0.65% -
HSV(B) 64.04º 0.7% 1% -
XYZ 73.36 90.28 20.4 -
YUV 230.12 41.02 136.47 -
System Red Green Blue C M Y K H S L
Decimal 242 254 76 0.05 0 0.70 0.00 64.04 0.99 0.65
Hex F2 FE 4C 5 0 46 0 40 63 41
Octal 362 376 114 5 0 106 0 100 143 101
Binary 11110010 11111110 1001100 101 0 1000110 0 1000000 1100011 1000001

Color Harmonies of #F2FE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FE4C

Black with #F2FE4C

Text Example


Text Example

White with #F2FE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FE4C; }

 p { color: rgb(242,254,76); }

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

background-color css

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

 a { background-color: rgb(242,254,76); }

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

border-color css

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

 span { border-color: rgb(242,254,76); }

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