#FAF649

Color #FAF649 Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #FAF649

Tints of Paris Daisy #FAF649

Color information

#FAF649 (or 0xFAF649) is unknown color: approx Paris Daisy. HEX triplet: FA, F6 and 49. RGB value is (250,246,73). Sum of RGB (Red+Green+Blue) = 250+246+73=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 246 (96.48% from 255 or 43.23% from 569); Blue value is 73 (28.91% from 255 or 12.83% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF649 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF649 is #0509B6. Grayscale: #E4E4E4. Windows color (decimal): -330167 or 4847354. OLE color: 4847354.

HSL color Cylindrical-coordinate representation of color #FAF649: hue angle of 58.64º 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 #FAF649 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB25024673-
CMYK00.020.710.02
HSL58.64º94.65%63.33%-
HSV(B)58.64º70.8%98.04%-
XYZ73.5886.7219.16-
YUV227.4740.83144.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.94%
GREEN value IS 246 (96.48% from 255) = 43.23%
BLUE value IS 73 (28.91% from 255) = 12.83%
R=43.94%
G=43.23%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502467300.020.710.0258.6494.6563.33
HexFAF649024723b5f3f
Octal3723661110210727313777
Binary111110101111011010010010101000111101110111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF649; }

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

 H1.HeaderClassName
 {
   color: #FAF649;
 }
 .AnyTagClassName
 {
   color: #FAF649;
 }
</style>
background-color css

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

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

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

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

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

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