#FDE14D

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

Shades of Paris Daisy #FDE14D

Tints of Paris Daisy #FDE14D

Color information

#FDE14D (or 0xFDE14D) is unknown color: approx Paris Daisy. HEX triplet: FD, E1 and 4D. RGB value is (253,225,77). Sum of RGB (Red+Green+Blue) = 253+225+77=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 77 (30.47% from 255 or 13.87% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE14D is #021EB2. Grayscale: #D9D9D9. Windows color (decimal): -138931 or 5104125. OLE color: 5104125.

HSL color Cylindrical-coordinate representation of color #FDE14D: hue angle of 50.45º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDE14D is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB25322577-
CMYK00.110.700.01
HSL50.45º97.78%64.71%-
HSV(B)50.45º69.57%99.22%-
XYZ68.7775.2717.92-
YUV216.549.28154.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.59%
GREEN value IS 225 (88.28% from 255) = 40.54%
BLUE value IS 77 (30.47% from 255) = 13.87%
R=45.59%
G=40.54%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532257700.110.700.0150.4597.7864.71
HexFDE14D0B461326241
Octal375341115013106162142101
Binary11111101111000011001101010111000110111001011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE14D; }

 p { color: rgb(253,225,77); }

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

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

 a { background-color: rgb(253,225,77); }

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

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

 span { border-color: rgb(253,225,77); }

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