#FAE651

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

Shades of Paris Daisy #FAE651

Tints of Paris Daisy #FAE651

Color information

#FAE651 (or 0xFAE651) is unknown color: approx Paris Daisy. HEX triplet: FA, E6 and 51. RGB value is (250,230,81). Sum of RGB (Red+Green+Blue) = 250+230+81=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 81 (32.03% from 255 or 14.44% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE651 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE651 is #0519AE. Grayscale: #DBDBDB. Windows color (decimal): -334255 or 5367546. OLE color: 5367546.

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

Color convert

RGB25023081-
CMYK00.080.680.02
HSL52.9º94.41%64.9%-
HSV(B)52.9º67.6%98.04%-
XYZ69.2177.5119.1-
YUV218.9950.13150.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.56%
GREEN value IS 230 (90.23% from 255) = 41.00%
BLUE value IS 81 (32.03% from 255) = 14.44%
R=44.56%
G=41.00%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502308100.080.680.0252.994.4164.9
HexFAE65108442355e41
Octal372346121010104265136101
Binary111110101110011010100010100010001001011010110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE651; }

 p { color: rgb(250,230,81); }

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

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

 a { background-color: rgb(250,230,81); }

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

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

 span { border-color: rgb(250,230,81); }

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