Html Css Color HEX #FAFA49 Paris Daisy

📋 copy color: '#FAFA49'

red 250 ◦ green 250 ◦ blue 73

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

Shades of Paris Daisy #FAFA49

Tints of Paris Daisy #FAFA49

RGB

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

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

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

R = 43.63%
G = 43.63%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAFA49 (or 0xFAFA49) is known color: Paris Daisy. HEX triplet: FA, FA and 49. RGB value is (250,250,73). Sum of RGB (Red+Green+Blue) = 250+250+73=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 73 (28.91% from 255 or 12.74% from 573); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFA49 is #0505B6. Grayscale: #E6E6E6. Windows color (decimal): -329143 or 4848378. OLE color: 4848378.

HSL color Cylindrical-coordinate representation of color #FAFA49: 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.71%. Process color model (Four color, CMYK) of #FAFA49 is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 250 73 -
CMYK 0 0 0.71 0.02
HSL 60º 0.95% 0.63% -
HSV(B) 60º 0.71% 0.98% -
XYZ 74.81 89.18 19.57 -
YUV 229.82 39.5 142.39 -
System Red Green Blue C M Y K H S L
Decimal 250 250 73 0 0 0.71 0.02 60 0.95 0.63
Hex FA FA 49 0 0 47 2 3C 5F 3F
Octal 372 372 111 0 0 107 2 74 137 77
Binary 11111010 11111010 1001001 0 0 1000111 10 111100 1011111 111111

Color Harmonies of #FAFA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA49

Black with #FAFA49

Text Example


Text Example

White with #FAFA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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