Html Css Color HEX #F2F04F Paris Daisy

📋 copy color: '#F2F04F'

red 242 ◦ green 240 ◦ blue 79

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

Shades of Paris Daisy #F2F04F

Tints of Paris Daisy #F2F04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.08%

R = 43.14%
G = 42.78%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2F04F (or 0xF2F04F) is known color: Paris Daisy. HEX triplet: F2, F0 and 4F. RGB value is (242,240,79). Sum of RGB (Red+Green+Blue) = 242+240+79=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 79 (31.25% from 255 or 14.08% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F04F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F04F is #0D0FB0. Grayscale: #DEDEDE. Windows color (decimal): -855985 or 5239026. OLE color: 5239026.

HSL color Cylindrical-coordinate representation of color #F2F04F: hue angle of 59.26º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2F04F is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 240 79 -
CMYK 0 0.01 0.67 0.05
HSL 59.26º 0.86% 0.63% -
HSV(B) 59.26º 0.67% 0.95% -
XYZ 69.19 81.76 19.53 -
YUV 222.24 47.16 142.09 -
System Red Green Blue C M Y K H S L
Decimal 242 240 79 0 0.01 0.67 0.05 59.26 0.86 0.63
Hex F2 F0 4F 0 1 43 5 3B 56 3F
Octal 362 360 117 0 1 103 5 73 126 77
Binary 11110010 11110000 1001111 0 1 1000011 101 111011 1010110 111111

Color Harmonies of #F2F04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F04F

Black with #F2F04F

Text Example


Text Example

White with #F2F04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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