Html Css Color HEX #F2F346 Paris Daisy

📋 copy color: '#F2F346'

red 242 ◦ green 243 ◦ blue 70

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

Shades of Paris Daisy #F2F346

Tints of Paris Daisy #F2F346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.61%

R = 43.6%
G = 43.78%
B = 12.61%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F2F346 (or 0xF2F346) is known color: Paris Daisy. HEX triplet: F2, F3 and 46. RGB value is (242,243,70). Sum of RGB (Red+Green+Blue) = 242+243+70=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 243 (95.31% from 255 or 43.78% from 555); Blue value is 70 (27.73% from 255 or 12.61% from 555); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F346 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F346 is #0D0CB9. Grayscale: #DFDFDF. Windows color (decimal): -855226 or 4649970. OLE color: 4649970.

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

Color convert

RGB 242 243 70 -
CMYK 0.00 0 0.71 0.05
HSL 60.35º 0.88% 0.61% -
HSV(B) 60.35º 0.71% 0.95% -
XYZ 69.77 83.42 18.22 -
YUV 222.98 41.67 141.57 -
System Red Green Blue C M Y K H S L
Decimal 242 243 70 0.00 0 0.71 0.05 60.35 0.88 0.61
Hex F2 F3 46 0 0 47 5 3C 58 3D
Octal 362 363 106 0 0 107 5 74 130 75
Binary 11110010 11110011 1000110 0 0 1000111 101 111100 1011000 111101

Color Harmonies of #F2F346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F346

Black with #F2F346

Text Example


Text Example

White with #F2F346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F346; }

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

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

background-color css

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

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

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

border-color css

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

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

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