Html Css Color HEX #FAFF47 Paris Daisy

📋 copy color: '#FAFF47'

red 250 ◦ green 255 ◦ blue 71

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

Shades of Paris Daisy #FAFF47

Tints of Paris Daisy #FAFF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 12.33%

R = 43.4%
G = 44.27%
B = 12.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FAFF47 (or 0xFAFF47) is known color: Paris Daisy. HEX triplet: FA, FF and 47. RGB value is (250,255,71). Sum of RGB (Red+Green+Blue) = 250+255+71=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 71 (28.12% from 255 or 12.33% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF47 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF47 is #0500B8. Grayscale: #E9E9E9. Windows color (decimal): -327865 or 4718586. OLE color: 4718586.

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

Color convert

RGB 250 255 71 -
CMYK 0.02 0 0.72 0
HSL 61.63º 1% 0.64% -
HSV(B) 61.63º 0.72% 1% -
XYZ 76.32 92.3 19.75 -
YUV 232.53 36.84 140.46 -
System Red Green Blue C M Y K H S L
Decimal 250 255 71 0.02 0 0.72 0 61.63 1 0.64
Hex FA FF 47 2 0 48 0 3E 64 40
Octal 372 377 107 2 0 110 0 76 144 100
Binary 11111010 11111111 1000111 10 0 1001000 0 111110 1100100 1000000

Color Harmonies of #FAFF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF47

Black with #FAFF47

Text Example


Text Example

White with #FAFF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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