#FFE648

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

Shades of Paris Daisy #FFE648

Tints of Paris Daisy #FFE648

Color information

#FFE648 (or 0xFFE648) is unknown color: approx Paris Daisy. HEX triplet: FF, E6 and 48. RGB value is (255,230,72). Sum of RGB (Red+Green+Blue) = 255+230+72=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 230 (90.23% from 255 or 41.29% from 557); Blue value is 72 (28.52% from 255 or 12.93% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE648 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE648 is #0019B7. Grayscale: #DCDCDC. Windows color (decimal): -6584 or 4777727. OLE color: 4777727.

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

Color convert

RGB25523072-
CMYK00.100.720
HSL51.8º100%64.12%-
HSV(B)51.8º71.76%100%-
XYZ70.7178.3217.52-
YUV219.4644.78153.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.78%
GREEN value IS 230 (90.23% from 255) = 41.29%
BLUE value IS 72 (28.52% from 255) = 12.93%
R=45.78%
G=41.29%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552307200.100.72051.810064.12
HexFFE6480A480346440
Octal377346110012110064144100
Binary11111111111001101001000010101001000011010011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE648; }

 p { color: rgb(255,230,72); }

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

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

 a { background-color: rgb(255,230,72); }

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

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

 span { border-color: rgb(255,230,72); }

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