Html Css Color HEX #F2F849 Paris Daisy

📋 copy color: '#F2F849'

red 242 ◦ green 248 ◦ blue 73

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

Shades of Paris Daisy #F2F849

Tints of Paris Daisy #F2F849

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.05%

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

R = 42.98%
G = 44.05%
B = 12.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F2F849 (or 0xF2F849) is known color: Paris Daisy. HEX triplet: F2, F8 and 49. RGB value is (242,248,73). Sum of RGB (Red+Green+Blue) = 242+248+73=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 248 (97.27% from 255 or 44.05% from 563); Blue value is 73 (28.91% from 255 or 12.97% from 563); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F849 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F849 is #0D07B6. Grayscale: #E2E2E2. Windows color (decimal): -853943 or 4847858. OLE color: 4847858.

HSL color Cylindrical-coordinate representation of color #F2F849: hue angle of 62.06º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2F849 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 248 73 -
CMYK 0.02 0 0.71 0.03
HSL 62.06º 0.93% 0.63% -
HSV(B) 62.06º 0.71% 0.97% -
XYZ 71.39 86.49 19.24 -
YUV 226.26 41.51 139.23 -
System Red Green Blue C M Y K H S L
Decimal 242 248 73 0.02 0 0.71 0.03 62.06 0.93 0.63
Hex F2 F8 49 2 0 47 3 3E 5D 3F
Octal 362 370 111 2 0 107 3 76 135 77
Binary 11110010 11111000 1001001 10 0 1000111 11 111110 1011101 111111

Color Harmonies of #F2F849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F849

Black with #F2F849

Text Example


Text Example

White with #F2F849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F849; }

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

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

background-color css

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

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

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

border-color css

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

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

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