#FDE650

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

Shades of Paris Daisy #FDE650

Tints of Paris Daisy #FDE650

Color information

#FDE650 (or 0xFDE650) is unknown color: approx Paris Daisy. HEX triplet: FD, E6 and 50. RGB value is (253,230,80). Sum of RGB (Red+Green+Blue) = 253+230+80=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 230 (90.23% from 255 or 40.85% from 563); Blue value is 80 (31.64% from 255 or 14.21% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE650 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE650 is #0219AF. Grayscale: #DCDCDC. Windows color (decimal): -137648 or 5302013. OLE color: 5302013.

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

Color convert

RGB25323080-
CMYK00.090.680.01
HSL52.02º97.74%65.29%-
HSV(B)52.02º68.38%99.22%-
XYZ70.2578.0618.95-
YUV219.7849.12151.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.94%
GREEN value IS 230 (90.23% from 255) = 40.85%
BLUE value IS 80 (31.64% from 255) = 14.21%
R=44.94%
G=40.85%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532308000.090.680.0152.0297.7465.29
HexFDE65009441346241
Octal375346120011104164142101
Binary11111101111001101010000010011000100111010011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE650; }

 p { color: rgb(253,230,80); }

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

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

 a { background-color: rgb(253,230,80); }

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

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

 span { border-color: rgb(253,230,80); }

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