#FAF849

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

Shades of Paris Daisy #FAF849

Tints of Paris Daisy #FAF849

Color information

#FAF849 (or 0xFAF849) is unknown color: approx Paris Daisy. HEX triplet: FA, F8 and 49. RGB value is (250,248,73). Sum of RGB (Red+Green+Blue) = 250+248+73=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 248 (97.27% from 255 or 43.43% from 571); Blue value is 73 (28.91% from 255 or 12.78% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF849 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF849 is #0507B6. Grayscale: #E5E5E5. Windows color (decimal): -329655 or 4847866. OLE color: 4847866.

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

Color convert

RGB25024873-
CMYK00.010.710.02
HSL59.32º94.65%63.33%-
HSV(B)59.32º70.8%98.04%-
XYZ74.1987.9419.37-
YUV228.6540.16143.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.78%
GREEN value IS 248 (97.27% from 255) = 43.43%
BLUE value IS 73 (28.91% from 255) = 12.78%
R=43.78%
G=43.43%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502487300.010.710.0259.3294.6563.33
HexFAF849014723b5f3f
Octal3723701110110727313777
Binary11111010111110001001001011000111101110111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF849; }

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

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

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

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

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

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

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

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