#FCE34E

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

Shades of Paris Daisy #FCE34E

Tints of Paris Daisy #FCE34E

Color information

#FCE34E (or 0xFCE34E) is unknown color: approx Paris Daisy. HEX triplet: FC, E3 and 4E. RGB value is (252,227,78). Sum of RGB (Red+Green+Blue) = 252+227+78=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 227 (89.06% from 255 or 40.75% from 557); Blue value is 78 (30.86% from 255 or 14.00% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE34E is #031CB1. Grayscale: #DADADA. Windows color (decimal): -203954 or 5170172. OLE color: 5170172.

HSL color Cylindrical-coordinate representation of color #FCE34E: hue angle of 51.38º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCE34E is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB25222778-
CMYK00.100.690.01
HSL51.38º96.67%64.71%-
HSV(B)51.38º69.05%98.82%-
XYZ68.9976.1818.28-
YUV217.4949.28152.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.24%
GREEN value IS 227 (89.06% from 255) = 40.75%
BLUE value IS 78 (30.86% from 255) = 14.00%
R=45.24%
G=40.75%
B=14.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522277800.100.690.0151.3896.6764.71
HexFCE34E0A451336141
Octal374343116012105163141101
Binary11111100111000111001110010101000101111001111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE34E; }

 p { color: rgb(252,227,78); }

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

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

 a { background-color: rgb(252,227,78); }

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

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

 span { border-color: rgb(252,227,78); }

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