#FAE246

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

Shades of Paris Daisy #FAE246

Tints of Paris Daisy #FAE246

Color information

#FAE246 (or 0xFAE246) is unknown color: approx Paris Daisy. HEX triplet: FA, E2 and 46. RGB value is (250,226,70). Sum of RGB (Red+Green+Blue) = 250+226+70=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 226 (88.67% from 255 or 41.39% from 546); Blue value is 70 (27.73% from 255 or 12.82% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE246 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE246 is #051DB9. Grayscale: #D8D8D8. Windows color (decimal): -335290 or 4645626. OLE color: 4645626.

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

Color convert

RGB25022670-
CMYK00.100.720.02
HSL52º94.74%62.75%-
HSV(B)52º72%98.04%-
XYZ67.7375.1616.73-
YUV215.3945.95152.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.79%
GREEN value IS 226 (88.67% from 255) = 41.39%
BLUE value IS 70 (27.73% from 255) = 12.82%
R=45.79%
G=41.39%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502267000.100.720.025294.7462.75
HexFAE2460A482345f3f
Octal37234210601211026413777
Binary11111010111000101000110010101001000101101001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE246; }

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

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

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

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

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

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

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

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