#F5E656

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

Shades of Paris Daisy #F5E656

Tints of Paris Daisy #F5E656

Color information

#F5E656 (or 0xF5E656) is unknown color: approx Paris Daisy. HEX triplet: F5, E6 and 56. RGB value is (245,230,86). Sum of RGB (Red+Green+Blue) = 245+230+86=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 86 (33.98% from 255 or 15.33% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E656 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E656 is #0A19A9. Grayscale: #DADADA. Windows color (decimal): -661930 or 5695221. OLE color: 5695221.

HSL color Cylindrical-coordinate representation of color #F5E656: hue angle of 54.34º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F5E656 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB24523086-
CMYK00.060.650.04
HSL54.34º88.83%64.9%-
HSV(B)54.34º64.9%96.08%-
XYZ67.6376.6820.04-
YUV218.0753.47147.21-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.67%
GREEN value IS 230 (90.23% from 255) = 41.00%
BLUE value IS 86 (33.98% from 255) = 15.33%
R=43.67%
G=41.00%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452308600.060.650.0454.3488.8364.9
HexF5E65606414365941
Octal36534612606101466131101
Binary111101011110011010101100110100000110011011010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E656; }

 p { color: rgb(245,230,86); }

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

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

 a { background-color: rgb(245,230,86); }

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

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

 span { border-color: rgb(245,230,86); }

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