#FAE853

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

Shades of Paris Daisy #FAE853

Tints of Paris Daisy #FAE853

Color information

#FAE853 (or 0xFAE853) is unknown color: approx Paris Daisy. HEX triplet: FA, E8 and 53. RGB value is (250,232,83). Sum of RGB (Red+Green+Blue) = 250+232+83=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 83 (32.81% from 255 or 14.69% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE853 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE853 is #0517AC. Grayscale: #DDDDDD. Windows color (decimal): -333741 or 5499130. OLE color: 5499130.

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

Color convert

RGB25023283-
CMYK00.070.670.02
HSL53.53º94.35%65.29%-
HSV(B)53.53º66.8%98.04%-
XYZ69.8478.6619.69-
YUV220.450.46149.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.25%
GREEN value IS 232 (91.02% from 255) = 41.06%
BLUE value IS 83 (32.81% from 255) = 14.69%
R=44.25%
G=41.06%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502328300.070.670.0253.5394.3565.29
HexFAE85307432365e41
Octal37235012307103266136101
Binary11111010111010001010011011110000111011011010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE853; }

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

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

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

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

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

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

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

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