#FAF648

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

Shades of Paris Daisy #FAF648

Tints of Paris Daisy #FAF648

Color information

#FAF648 (or 0xFAF648) is unknown color: approx Paris Daisy. HEX triplet: FA, F6 and 48. RGB value is (250,246,72). Sum of RGB (Red+Green+Blue) = 250+246+72=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 246 (96.48% from 255 or 43.31% from 568); Blue value is 72 (28.52% from 255 or 12.68% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF648 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF648 is #0509B7. Grayscale: #E4E4E4. Windows color (decimal): -330168 or 4781818. OLE color: 4781818.

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

Color convert

RGB25024672-
CMYK00.020.710.02
HSL58.65º94.68%63.14%-
HSV(B)58.65º71.2%98.04%-
XYZ73.5586.718.99-
YUV227.3640.33144.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.01%
GREEN value IS 246 (96.48% from 255) = 43.31%
BLUE value IS 72 (28.52% from 255) = 12.68%
R=44.01%
G=43.31%
B=12.68%

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
Decimal2502467200.020.710.0258.6594.6863.14
HexFAF648024723b5f3f
Octal3723661100210727313777
Binary111110101111011010010000101000111101110111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF648; }

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

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

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

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

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

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

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

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