#FAF64D

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

Shades of Paris Daisy #FAF64D

Tints of Paris Daisy #FAF64D

Color information

#FAF64D (or 0xFAF64D) is unknown color: approx Paris Daisy. HEX triplet: FA, F6 and 4D. RGB value is (250,246,77). Sum of RGB (Red+Green+Blue) = 250+246+77=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 246 (96.48% from 255 or 42.93% from 573); Blue value is 77 (30.47% from 255 or 13.44% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF64D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF64D is #0509B2. Grayscale: #E4E4E4. Windows color (decimal): -330163 or 5109498. OLE color: 5109498.

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

Color convert

RGB25024677-
CMYK00.020.690.02
HSL58.61º94.54%64.12%-
HSV(B)58.61º69.2%98.04%-
XYZ73.7286.7719.88-
YUV227.9342.83143.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.63%
GREEN value IS 246 (96.48% from 255) = 42.93%
BLUE value IS 77 (30.47% from 255) = 13.44%
R=43.63%
G=42.93%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502467700.020.690.0258.6194.5464.12
HexFAF64D024523b5f40
Octal37236611502105273137100
Binary1111101011110110100110101010001011011101110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF64D; }

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

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

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

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

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

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

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

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