Html Css Color HEX #F2F950 Paris Daisy

📋 copy color: '#F2F950'

red 242 ◦ green 249 ◦ blue 80

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

Shades of Paris Daisy #F2F950

Tints of Paris Daisy #F2F950

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.61%

 BLUE value IS 80 (31.64% from 255) = 14.01%

R = 42.38%
G = 43.61%
B = 14.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F2F950 (or 0xF2F950) is known color: Paris Daisy. HEX triplet: F2, F9 and 50. RGB value is (242,249,80). Sum of RGB (Red+Green+Blue) = 242+249+80=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 80 (31.64% from 255 or 14.01% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F950 is #0D06AF. Grayscale: #E4E4E4. Windows color (decimal): -853680 or 5306866. OLE color: 5306866.

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

Color convert

RGB 242 249 80 -
CMYK 0.03 0 0.68 0.02
HSL 62.49º 0.93% 0.65% -
HSV(B) 62.49º 0.68% 0.98% -
XYZ 71.94 87.21 20.63 -
YUV 227.64 44.68 138.24 -
System Red Green Blue C M Y K H S L
Decimal 242 249 80 0.03 0 0.68 0.02 62.49 0.93 0.65
Hex F2 F9 50 3 0 44 2 3E 5D 41
Octal 362 371 120 3 0 104 2 76 135 101
Binary 11110010 11111001 1010000 11 0 1000100 10 111110 1011101 1000001

Color Harmonies of #F2F950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F950

Black with #F2F950

Text Example


Text Example

White with #F2F950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F950; }

 p { color: rgb(242,249,80); }

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

background-color css

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

 a { background-color: rgb(242,249,80); }

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

border-color css

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

 span { border-color: rgb(242,249,80); }

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