#FAE452

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

Shades of Paris Daisy #FAE452

Tints of Paris Daisy #FAE452

Color information

#FAE452 (or 0xFAE452) is unknown color: approx Paris Daisy. HEX triplet: FA, E4 and 52. RGB value is (250,228,82). Sum of RGB (Red+Green+Blue) = 250+228+82=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 228 (89.45% from 255 or 40.71% from 560); Blue value is 82 (32.42% from 255 or 14.64% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE452 is #051BAD. Grayscale: #DADADA. Windows color (decimal): -334766 or 5432570. OLE color: 5432570.

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

Color convert

RGB25022882-
CMYK00.090.670.02
HSL52.14º94.38%65.1%-
HSV(B)52.14º67.2%98.04%-
XYZ68.6976.4219.11-
YUV217.9351.29150.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.64%
GREEN value IS 228 (89.45% from 255) = 40.71%
BLUE value IS 82 (32.42% from 255) = 14.64%
R=44.64%
G=40.71%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502288200.090.670.0252.1494.3865.1
HexFAE45209432345e41
Octal372344122011103264136101
Binary111110101110010010100100100110000111011010010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE452; }

 p { color: rgb(250,228,82); }

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

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

 a { background-color: rgb(250,228,82); }

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

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

 span { border-color: rgb(250,228,82); }

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