#FDE445

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

Shades of Paris Daisy #FDE445

Tints of Paris Daisy #FDE445

Color information

#FDE445 (or 0xFDE445) is unknown color: approx Paris Daisy. HEX triplet: FD, E4 and 45. RGB value is (253,228,69). Sum of RGB (Red+Green+Blue) = 253+228+69=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 228 (89.45% from 255 or 41.45% from 550); Blue value is 69 (27.34% from 255 or 12.55% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE445 is #021BBA. Grayscale: #DADADA. Windows color (decimal): -138171 or 4580605. OLE color: 4580605.

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

Color convert

RGB25322869-
CMYK00.100.730.01
HSL51.85º97.87%63.14%-
HSV(B)51.85º72.73%99.22%-
XYZ69.3376.816.8-
YUV217.3544.28153.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46%
GREEN value IS 228 (89.45% from 255) = 41.45%
BLUE value IS 69 (27.34% from 255) = 12.55%
R=46%
G=41.45%
B=12.55%

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
Decimal2532286900.100.730.0151.8597.8763.14
HexFDE4450A49134623f
Octal37534410501211116414277
Binary1111110111100100100010101010100100111101001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE445; }

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

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

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

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

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

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

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

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