Html Css Color HEX #F5FA50 Paris Daisy

📋 copy color: '#F5FA50'

red 245 ◦ green 250 ◦ blue 80

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

Shades of Paris Daisy #F5FA50

Tints of Paris Daisy #F5FA50

RGB

 RED value IS 245 (96.09% from 255) = 42.61%

 GREEN value IS 250 (98.05% from 255) = 43.48%

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

R = 42.61%
G = 43.48%
B = 13.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F5FA50 (or 0xF5FA50) is known color: Paris Daisy. HEX triplet: F5, FA and 50. RGB value is (245,250,80). Sum of RGB (Red+Green+Blue) = 245+250+80=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 80 (31.64% from 255 or 13.91% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FA50 is #0A05AF. Grayscale: #E5E5E5. Windows color (decimal): -656816 or 5307125. OLE color: 5307125.

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

Color convert

RGB 245 250 80 -
CMYK 0.02 0 0.68 0.02
HSL 61.76º 0.94% 0.65% -
HSV(B) 61.76º 0.68% 0.98% -
XYZ 73.29 88.36 20.78 -
YUV 229.13 43.84 139.32 -
System Red Green Blue C M Y K H S L
Decimal 245 250 80 0.02 0 0.68 0.02 61.76 0.94 0.65
Hex F5 FA 50 2 0 44 2 3E 5E 41
Octal 365 372 120 2 0 104 2 76 136 101
Binary 11110101 11111010 1010000 10 0 1000100 10 111110 1011110 1000001

Color Harmonies of #F5FA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FA50

Black with #F5FA50

Text Example


Text Example

White with #F5FA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FA50; }

 p { color: rgb(245,250,80); }

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

background-color css

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

 a { background-color: rgb(245,250,80); }

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

border-color css

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

 span { border-color: rgb(245,250,80); }

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