Html Css Color HEX #F2F851 Paris Daisy

📋 copy color: '#F2F851'

red 242 ◦ green 248 ◦ blue 81

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

Shades of Paris Daisy #F2F851

Tints of Paris Daisy #F2F851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 14.19%

R = 42.38%
G = 43.43%
B = 14.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F2F851 (or 0xF2F851) is known color: Paris Daisy. HEX triplet: F2, F8 and 51. RGB value is (242,248,81). Sum of RGB (Red+Green+Blue) = 242+248+81=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 248 (97.27% from 255 or 43.43% from 571); Blue value is 81 (32.03% from 255 or 14.19% from 571); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F851 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F851 is #0D07AE. Grayscale: #E3E3E3. Windows color (decimal): -853935 or 5372146. OLE color: 5372146.

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

Color convert

RGB 242 248 81 -
CMYK 0.02 0 0.67 0.03
HSL 62.16º 0.92% 0.65% -
HSV(B) 62.16º 0.67% 0.97% -
XYZ 71.67 86.61 20.72 -
YUV 227.17 45.51 138.58 -
System Red Green Blue C M Y K H S L
Decimal 242 248 81 0.02 0 0.67 0.03 62.16 0.92 0.65
Hex F2 F8 51 2 0 43 3 3E 5C 41
Octal 362 370 121 2 0 103 3 76 134 101
Binary 11110010 11111000 1010001 10 0 1000011 11 111110 1011100 1000001

Color Harmonies of #F2F851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F851

Black with #F2F851

Text Example


Text Example

White with #F2F851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F851; }

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

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

background-color css

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

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

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

border-color css

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

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

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