#FAE653

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

Shades of Paris Daisy #FAE653

Tints of Paris Daisy #FAE653

Color information

#FAE653 (or 0xFAE653) is unknown color: approx Paris Daisy. HEX triplet: FA, E6 and 53. RGB value is (250,230,83). Sum of RGB (Red+Green+Blue) = 250+230+83=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 230 (90.23% from 255 or 40.85% from 563); Blue value is 83 (32.81% from 255 or 14.74% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE653 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE653 is #0519AC. Grayscale: #DBDBDB. Windows color (decimal): -334253 or 5498618. OLE color: 5498618.

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

Color convert

RGB25023083-
CMYK00.080.670.02
HSL52.81º94.35%65.29%-
HSV(B)52.81º66.8%98.04%-
XYZ69.2877.5419.5-
YUV219.2251.13149.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.40%
GREEN value IS 230 (90.23% from 255) = 40.85%
BLUE value IS 83 (32.81% from 255) = 14.74%
R=44.40%
G=40.85%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502308300.080.670.0252.8194.3565.29
HexFAE65308432355e41
Octal372346123010103265136101
Binary111110101110011010100110100010000111011010110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE653; }

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

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

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

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

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

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

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

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