#FDEA4E

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

Shades of Paris Daisy #FDEA4E

Tints of Paris Daisy #FDEA4E

Color information

#FDEA4E (or 0xFDEA4E) is unknown color: approx Paris Daisy. HEX triplet: FD, EA and 4E. RGB value is (253,234,78). Sum of RGB (Red+Green+Blue) = 253+234+78=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 78 (30.86% from 255 or 13.81% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEA4E is #0215B1. Grayscale: #DEDEDE. Windows color (decimal): -136626 or 5171965. OLE color: 5171965.

HSL color Cylindrical-coordinate representation of color #FDEA4E: hue angle of 53.49º degrees, saturation: 0.98, 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 #FDEA4E is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB25323478-
CMYK00.080.690.01
HSL53.49º97.77%64.9%-
HSV(B)53.49º69.17%99.22%-
XYZ71.3180.2818.94-
YUV221.946.79150.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.78%
GREEN value IS 234 (91.80% from 255) = 41.42%
BLUE value IS 78 (30.86% from 255) = 13.81%
R=44.78%
G=41.42%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532347800.080.690.0153.4997.7764.9
HexFDEA4E08451356241
Octal375352116010105165142101
Binary11111101111010101001110010001000101111010111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEA4E; }

 p { color: rgb(253,234,78); }

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

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

 a { background-color: rgb(253,234,78); }

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

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

 span { border-color: rgb(253,234,78); }

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