#FAE851

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

Shades of Paris Daisy #FAE851

Tints of Paris Daisy #FAE851

Color information

#FAE851 (or 0xFAE851) is unknown color: approx Paris Daisy. HEX triplet: FA, E8 and 51. RGB value is (250,232,81). Sum of RGB (Red+Green+Blue) = 250+232+81=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 232 (91.02% from 255 or 41.21% from 563); Blue value is 81 (32.03% from 255 or 14.39% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE851 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE851 is #0517AE. Grayscale: #DCDCDC. Windows color (decimal): -333743 or 5368058. OLE color: 5368058.

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

Color convert

RGB25023281-
CMYK00.070.680.02
HSL53.61º94.41%64.9%-
HSV(B)53.61º67.6%98.04%-
XYZ69.7778.6319.28-
YUV220.1749.46149.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.40%
GREEN value IS 232 (91.02% from 255) = 41.21%
BLUE value IS 81 (32.03% from 255) = 14.39%
R=44.40%
G=41.21%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502328100.070.680.0253.6194.4164.9
HexFAE85107442365e41
Octal37235012107104266136101
Binary11111010111010001010001011110001001011011010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE851; }

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

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

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

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

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

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

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

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