Html Css Color HEX #FAFA47 Paris Daisy

📋 copy color: '#FAFA47'

red 250 ◦ green 250 ◦ blue 71

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

Shades of Paris Daisy #FAFA47

Tints of Paris Daisy #FAFA47

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.78%

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

R = 43.78%
G = 43.78%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAFA47 (or 0xFAFA47) is known color: Paris Daisy. HEX triplet: FA, FA and 47. RGB value is (250,250,71). Sum of RGB (Red+Green+Blue) = 250+250+71=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 71 (28.12% from 255 or 12.43% from 571); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA47 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFA47 is #0505B8. Grayscale: #E6E6E6. Windows color (decimal): -329145 or 4717306. OLE color: 4717306.

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

Color convert

RGB 250 250 71 -
CMYK 0 0 0.72 0.02
HSL 60º 0.95% 0.63% -
HSV(B) 60º 0.72% 0.98% -
XYZ 74.75 89.15 19.23 -
YUV 229.59 38.5 142.55 -
System Red Green Blue C M Y K H S L
Decimal 250 250 71 0 0 0.72 0.02 60 0.95 0.63
Hex FA FA 47 0 0 48 2 3C 5F 3F
Octal 372 372 107 0 0 110 2 74 137 77
Binary 11111010 11111010 1000111 0 0 1001000 10 111100 1011111 111111

Color Harmonies of #FAFA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA47

Black with #FAFA47

Text Example


Text Example

White with #FAFA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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