#FFE654

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

Shades of Paris Daisy #FFE654

Tints of Paris Daisy #FFE654

Color information

#FFE654 (or 0xFFE654) is unknown color: approx Paris Daisy. HEX triplet: FF, E6 and 54. RGB value is (255,230,84). Sum of RGB (Red+Green+Blue) = 255+230+84=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 230 (90.23% from 255 or 40.42% from 569); Blue value is 84 (33.20% from 255 or 14.76% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE654 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE654 is #0019AB. Grayscale: #DDDDDD. Windows color (decimal): -6572 or 5564159. OLE color: 5564159.

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

Color convert

RGB25523084-
CMYK00.100.670
HSL51.23º100%66.47%-
HSV(B)51.23º67.06%100%-
XYZ71.1478.4919.79-
YUV220.8350.78152.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.82%
GREEN value IS 230 (90.23% from 255) = 40.42%
BLUE value IS 84 (33.20% from 255) = 14.76%
R=44.82%
G=40.42%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552308400.100.67051.2310066.47
HexFFE6540A430336442
Octal377346124012103063144102
Binary11111111111001101010100010101000011011001111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE654; }

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

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

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

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

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

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

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

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