Html Css Color HEX #F2F049 Paris Daisy

📋 copy color: '#F2F049'

red 242 ◦ green 240 ◦ blue 73

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

Shades of Paris Daisy #F2F049

Tints of Paris Daisy #F2F049

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.24%

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

R = 43.6%
G = 43.24%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F2F049 (or 0xF2F049) is known color: Paris Daisy. HEX triplet: F2, F0 and 49. RGB value is (242,240,73). Sum of RGB (Red+Green+Blue) = 242+240+73=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 73 (28.91% from 255 or 13.15% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F049 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F049 is #0D0FB6. Grayscale: #DEDEDE. Windows color (decimal): -855991 or 4845810. OLE color: 4845810.

HSL color Cylindrical-coordinate representation of color #F2F049: hue angle of 59.29º degrees, saturation: 0.87, 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 #F2F049 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 240 73 -
CMYK 0 0.01 0.70 0.05
HSL 59.29º 0.87% 0.62% -
HSV(B) 59.29º 0.7% 0.95% -
XYZ 68.98 81.68 18.43 -
YUV 221.56 44.16 142.58 -
System Red Green Blue C M Y K H S L
Decimal 242 240 73 0 0.01 0.70 0.05 59.29 0.87 0.62
Hex F2 F0 49 0 1 46 5 3B 57 3E
Octal 362 360 111 0 1 106 5 73 127 76
Binary 11110010 11110000 1001001 0 1 1000110 101 111011 1010111 111110

Color Harmonies of #F2F049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F049

Black with #F2F049

Text Example


Text Example

White with #F2F049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F049; }

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

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

background-color css

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

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

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

border-color css

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

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

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