Html Css Color HEX #FAFF49 Paris Daisy

📋 copy color: '#FAFF49'

red 250 ◦ green 255 ◦ blue 73

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

Shades of Paris Daisy #FAFF49

Tints of Paris Daisy #FAFF49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 12.63%

R = 43.25%
G = 44.12%
B = 12.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FAFF49 (or 0xFAFF49) is known color: Paris Daisy. HEX triplet: FA, FF and 49. RGB value is (250,255,73). Sum of RGB (Red+Green+Blue) = 250+255+73=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 73 (28.91% from 255 or 12.63% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF49 is #0500B6. Grayscale: #E9E9E9. Windows color (decimal): -327863 or 4849658. OLE color: 4849658.

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

Color convert

RGB 250 255 73 -
CMYK 0.02 0 0.71 0
HSL 61.65º 1% 0.64% -
HSV(B) 61.65º 0.71% 1% -
XYZ 76.39 92.33 20.1 -
YUV 232.76 37.84 140.3 -
System Red Green Blue C M Y K H S L
Decimal 250 255 73 0.02 0 0.71 0 61.65 1 0.64
Hex FA FF 49 2 0 47 0 3E 64 40
Octal 372 377 111 2 0 107 0 76 144 100
Binary 11111010 11111111 1001001 10 0 1000111 0 111110 1100100 1000000

Color Harmonies of #FAFF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF49

Black with #FAFF49

Text Example


Text Example

White with #FAFF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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