Html Css Color HEX #F2F54C Paris Daisy

📋 copy color: '#F2F54C'

red 242 ◦ green 245 ◦ blue 76

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

Shades of Paris Daisy #F2F54C

Tints of Paris Daisy #F2F54C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.52%

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

R = 42.98%
G = 43.52%
B = 13.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F2F54C (or 0xF2F54C) is known color: Paris Daisy. HEX triplet: F2, F5 and 4C. RGB value is (242,245,76). Sum of RGB (Red+Green+Blue) = 242+245+76=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 76 (30.08% from 255 or 13.50% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #F2F54C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F54C is #0D0AB3. Grayscale: #E1E1E1. Windows color (decimal): -854708 or 5043698. OLE color: 5043698.

HSL color Cylindrical-coordinate representation of color #F2F54C: hue angle of 61.07º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2F54C is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 245 76 -
CMYK 0.01 0 0.69 0.04
HSL 61.07º 0.89% 0.63% -
HSV(B) 61.07º 0.69% 0.96% -
XYZ 70.57 84.7 19.47 -
YUV 224.84 44.01 140.24 -
System Red Green Blue C M Y K H S L
Decimal 242 245 76 0.01 0 0.69 0.04 61.07 0.89 0.63
Hex F2 F5 4C 1 0 45 4 3D 59 3F
Octal 362 365 114 1 0 105 4 75 131 77
Binary 11110010 11110101 1001100 1 0 1000101 100 111101 1011001 111111

Color Harmonies of #F2F54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F54C

Black with #F2F54C

Text Example


Text Example

White with #F2F54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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