#FDE348

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

Shades of Paris Daisy #FDE348

Tints of Paris Daisy #FDE348

Color information

#FDE348 (or 0xFDE348) is unknown color: approx Paris Daisy. HEX triplet: FD, E3 and 48. RGB value is (253,227,72). Sum of RGB (Red+Green+Blue) = 253+227+72=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 227 (89.06% from 255 or 41.12% from 552); Blue value is 72 (28.52% from 255 or 13.04% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE348 is #021CB7. Grayscale: #D9D9D9. Windows color (decimal): -138424 or 4776957. OLE color: 4776957.

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

Color convert

RGB25322772-
CMYK00.100.720.01
HSL51.38º97.84%63.73%-
HSV(B)51.38º71.54%99.22%-
XYZ69.1576.2917.21-
YUV217.146.11153.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.83%
GREEN value IS 227 (89.06% from 255) = 41.12%
BLUE value IS 72 (28.52% from 255) = 13.04%
R=45.83%
G=41.12%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532277200.100.720.0151.3897.8463.73
HexFDE3480A481336240
Octal375343110012110163142100
Binary11111101111000111001000010101001000111001111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE348; }

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

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

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

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

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

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

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

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