Html Css Color HEX #FAFF4A Paris Daisy

📋 copy color: '#FAFF4A'

red 250 ◦ green 255 ◦ blue 74

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

Shades of Paris Daisy #FAFF4A

Tints of Paris Daisy #FAFF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 12.78%

R = 43.18%
G = 44.04%
B = 12.78%

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

#FAFF4A (or 0xFAFF4A) is known color: Paris Daisy. HEX triplet: FA, FF and 4A. RGB value is (250,255,74). Sum of RGB (Red+Green+Blue) = 250+255+74=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 74 (29.30% from 255 or 12.78% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF4A is #0500B5. Grayscale: #E9E9E9. Windows color (decimal): -327862 or 4915194. OLE color: 4915194.

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

Color convert

RGB 250 255 74 -
CMYK 0.02 0 0.71 0
HSL 61.66º 1% 0.65% -
HSV(B) 61.66º 0.71% 1% -
XYZ 76.42 92.34 20.27 -
YUV 232.87 38.34 140.22 -
System Red Green Blue C M Y K H S L
Decimal 250 255 74 0.02 0 0.71 0 61.66 1 0.65
Hex FA FF 4A 2 0 47 0 3E 64 41
Octal 372 377 112 2 0 107 0 76 144 101
Binary 11111010 11111111 1001010 10 0 1000111 0 111110 1100100 1000001

Color Harmonies of #FAFF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF4A

Black with #FAFF4A

Text Example


Text Example

White with #FAFF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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