#FDE345

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

Shades of Paris Daisy #FDE345

Tints of Paris Daisy #FDE345

Color information

#FDE345 (or 0xFDE345) is unknown color: approx Paris Daisy. HEX triplet: FD, E3 and 45. RGB value is (253,227,69). Sum of RGB (Red+Green+Blue) = 253+227+69=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 227 (89.06% from 255 or 41.35% from 549); Blue value is 69 (27.34% from 255 or 12.57% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE345 is #021CBA. Grayscale: #D9D9D9. Windows color (decimal): -138427 or 4580349. OLE color: 4580349.

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

Color convert

RGB25322769-
CMYK00.100.730.01
HSL51.52º97.87%63.14%-
HSV(B)51.52º72.73%99.22%-
XYZ69.0576.2516.71-
YUV216.7644.61153.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.08%
GREEN value IS 227 (89.06% from 255) = 41.35%
BLUE value IS 69 (27.34% from 255) = 12.57%
R=46.08%
G=41.35%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532276900.100.730.0151.5297.8763.14
HexFDE3450A49134623f
Octal37534310501211116414277
Binary1111110111100011100010101010100100111101001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE345; }

 p { color: rgb(253,227,69); }

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

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

 a { background-color: rgb(253,227,69); }

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

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

 span { border-color: rgb(253,227,69); }

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