Html Css Color HEX #F0F950 Paris Daisy

📋 copy color: '#F0F950'

red 240 ◦ green 249 ◦ blue 80

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

Shades of Paris Daisy #F0F950

Tints of Paris Daisy #F0F950

RGB

 RED value IS 240 (94.14% from 255) = 42.18%

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

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

R = 42.18%
G = 43.76%
B = 14.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F0F950 (or 0xF0F950) is known color: Paris Daisy. HEX triplet: F0, F9 and 50. RGB value is (240,249,80). Sum of RGB (Red+Green+Blue) = 240+249+80=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 80 (31.64% from 255 or 14.06% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F950 is #0F06AF. Grayscale: #E3E3E3. Windows color (decimal): -984752 or 5306864. OLE color: 5306864.

HSL color Cylindrical-coordinate representation of color #F0F950: hue angle of 63.2º 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 #F0F950 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 249 80 -
CMYK 0.04 0 0.68 0.02
HSL 63.2º 0.93% 0.65% -
HSV(B) 63.2º 0.68% 0.98% -
XYZ 71.26 86.86 20.6 -
YUV 227.04 45.02 137.24 -
System Red Green Blue C M Y K H S L
Decimal 240 249 80 0.04 0 0.68 0.02 63.2 0.93 0.65
Hex F0 F9 50 4 0 44 2 3F 5D 41
Octal 360 371 120 4 0 104 2 77 135 101
Binary 11110000 11111001 1010000 100 0 1000100 10 111111 1011101 1000001

Color Harmonies of #F0F950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F950

Black with #F0F950

Text Example


Text Example

White with #F0F950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F950; }

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

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

background-color css

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

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

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

border-color css

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

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

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