#FAF653

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

Shades of Paris Daisy #FAF653

Tints of Paris Daisy #FAF653

Color information

#FAF653 (or 0xFAF653) is unknown color: approx Paris Daisy. HEX triplet: FA, F6 and 53. RGB value is (250,246,83). Sum of RGB (Red+Green+Blue) = 250+246+83=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 246 (96.48% from 255 or 42.49% from 579); Blue value is 83 (32.81% from 255 or 14.34% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF653 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF653 is #0509AC. Grayscale: #E5E5E5. Windows color (decimal): -330157 or 5502714. OLE color: 5502714.

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

Color convert

RGB25024683-
CMYK00.020.670.02
HSL58.56º94.35%65.29%-
HSV(B)58.56º66.8%98.04%-
XYZ73.9486.8621.05-
YUV228.6145.83143.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.18%
GREEN value IS 246 (96.48% from 255) = 42.49%
BLUE value IS 83 (32.81% from 255) = 14.34%
R=43.18%
G=42.49%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502468300.020.670.0258.5694.3565.29
HexFAF653024323b5e41
Octal37236612302103273136101
Binary1111101011110110101001101010000111011101110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF653; }

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

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

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

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

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

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

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

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