Html Css Color HEX #F2F349 Paris Daisy

📋 copy color: '#F2F349'

red 242 ◦ green 243 ◦ blue 73

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

Shades of Paris Daisy #F2F349

Tints of Paris Daisy #F2F349

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.55%

 BLUE value IS 73 (28.91% from 255) = 13.08%

R = 43.37%
G = 43.55%
B = 13.08%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F2F349 (or 0xF2F349) is known color: Paris Daisy. HEX triplet: F2, F3 and 49. RGB value is (242,243,73). Sum of RGB (Red+Green+Blue) = 242+243+73=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 73 (28.91% from 255 or 13.08% from 558); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F349 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F349 is #0D0CB6. Grayscale: #E0E0E0. Windows color (decimal): -855223 or 4846578. OLE color: 4846578.

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

Color convert

RGB 242 243 73 -
CMYK 0.00 0 0.70 0.05
HSL 60.35º 0.88% 0.62% -
HSV(B) 60.35º 0.7% 0.95% -
XYZ 69.87 83.46 18.73 -
YUV 223.32 43.17 141.32 -
System Red Green Blue C M Y K H S L
Decimal 242 243 73 0.00 0 0.70 0.05 60.35 0.88 0.62
Hex F2 F3 49 0 0 46 5 3C 58 3E
Octal 362 363 111 0 0 106 5 74 130 76
Binary 11110010 11110011 1001001 0 0 1000110 101 111100 1011000 111110

Color Harmonies of #F2F349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F349

Black with #F2F349

Text Example


Text Example

White with #F2F349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F349; }

 p { color: rgb(242,243,73); }

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

background-color css

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

 a { background-color: rgb(242,243,73); }

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

border-color css

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

 span { border-color: rgb(242,243,73); }

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