#FAE346

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

Shades of Paris Daisy #FAE346

Tints of Paris Daisy #FAE346

Color information

#FAE346 (or 0xFAE346) is unknown color: approx Paris Daisy. HEX triplet: FA, E3 and 46. RGB value is (250,227,70). Sum of RGB (Red+Green+Blue) = 250+227+70=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 70 (27.73% from 255 or 12.80% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE346 is #051CB9. Grayscale: #D8D8D8. Windows color (decimal): -335034 or 4645882. OLE color: 4645882.

HSL color Cylindrical-coordinate representation of color #FAE346: hue angle of 52.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FAE346 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB25022770-
CMYK00.090.720.02
HSL52.33º94.74%62.75%-
HSV(B)52.33º72%98.04%-
XYZ6875.716.82-
YUV215.9845.62152.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.70%
GREEN value IS 227 (89.06% from 255) = 41.50%
BLUE value IS 70 (27.73% from 255) = 12.80%
R=45.70%
G=41.50%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502277000.090.720.0252.3394.7462.75
HexFAE34609482345f3f
Octal37234310601111026413777
Binary11111010111000111000110010011001000101101001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE346; }

 p { color: rgb(250,227,70); }

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

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

 a { background-color: rgb(250,227,70); }

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

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

 span { border-color: rgb(250,227,70); }

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