Html Css Color HEX #FAFF50 Paris Daisy

📋 copy color: '#FAFF50'

red 250 ◦ green 255 ◦ blue 80

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

Shades of Paris Daisy #FAFF50

Tints of Paris Daisy #FAFF50

RGB

 RED value IS 250 (98.05% from 255) = 42.74%

 GREEN value IS 255 (100% from 255) = 43.59%

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

R = 42.74%
G = 43.59%
B = 13.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FAFF50 (or 0xFAFF50) is known color: Paris Daisy. HEX triplet: FA, FF and 50. RGB value is (250,255,80). Sum of RGB (Red+Green+Blue) = 250+255+80=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 80 (31.64% from 255 or 13.68% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF50 is #0500AF. Grayscale: #EAEAEA. Windows color (decimal): -327856 or 5308410. OLE color: 5308410.

HSL color Cylindrical-coordinate representation of color #FAFF50: hue angle of 61.71º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FAFF50 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 250 255 80 -
CMYK 0.02 0 0.69 0
HSL 61.71º 1% 0.66% -
HSV(B) 61.71º 0.69% 1% -
XYZ 76.63 92.42 21.39 -
YUV 233.56 41.34 139.73 -
System Red Green Blue C M Y K H S L
Decimal 250 255 80 0.02 0 0.69 0 61.71 1 0.66
Hex FA FF 50 2 0 45 0 3E 64 42
Octal 372 377 120 2 0 105 0 76 144 102
Binary 11111010 11111111 1010000 10 0 1000101 0 111110 1100100 1000010

Color Harmonies of #FAFF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF50

Black with #FAFF50

Text Example


Text Example

White with #FAFF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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