#FAF84D

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

Shades of Paris Daisy #FAF84D

Tints of Paris Daisy #FAF84D

Color information

#FAF84D (or 0xFAF84D) is unknown color: approx Paris Daisy. HEX triplet: FA, F8 and 4D. RGB value is (250,248,77). Sum of RGB (Red+Green+Blue) = 250+248+77=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 248 (97.27% from 255 or 43.13% from 575); Blue value is 77 (30.47% from 255 or 13.39% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF84D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF84D is #0507B2. Grayscale: #E5E5E5. Windows color (decimal): -329651 or 5110010. OLE color: 5110010.

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

Color convert

RGB25024877-
CMYK00.010.690.02
HSL59.31º94.54%64.12%-
HSV(B)59.31º69.2%98.04%-
XYZ74.3387.9920.09-
YUV229.142.16142.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.48%
GREEN value IS 248 (97.27% from 255) = 43.13%
BLUE value IS 77 (30.47% from 255) = 13.39%
R=43.48%
G=43.13%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502487700.010.690.0259.3194.5464.12
HexFAF84D014523b5f40
Octal37237011501105273137100
Binary111110101111100010011010110001011011101110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF84D; }

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

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

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

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

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

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

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

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