Html Css Color HEX #FAFF4C Paris Daisy

📋 copy color: '#FAFF4C'

red 250 ◦ green 255 ◦ blue 76

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

Shades of Paris Daisy #FAFF4C

Tints of Paris Daisy #FAFF4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 13.08%

R = 43.03%
G = 43.89%
B = 13.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FAFF4C (or 0xFAFF4C) is known color: Paris Daisy. HEX triplet: FA, FF and 4C. RGB value is (250,255,76). Sum of RGB (Red+Green+Blue) = 250+255+76=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 76 (30.08% from 255 or 13.08% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF4C is #0500B3. Grayscale: #E9E9E9. Windows color (decimal): -327860 or 5046266. OLE color: 5046266.

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

Color convert

RGB 250 255 76 -
CMYK 0.02 0 0.70 0
HSL 61.68º 1% 0.65% -
HSV(B) 61.68º 0.7% 1% -
XYZ 76.49 92.37 20.63 -
YUV 233.1 39.34 140.05 -
System Red Green Blue C M Y K H S L
Decimal 250 255 76 0.02 0 0.70 0 61.68 1 0.65
Hex FA FF 4C 2 0 46 0 3E 64 41
Octal 372 377 114 2 0 106 0 76 144 101
Binary 11111010 11111111 1001100 10 0 1000110 0 111110 1100100 1000001

Color Harmonies of #FAFF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF4C

Black with #FAFF4C

Text Example


Text Example

White with #FAFF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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