#F5E456

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

Shades of Paris Daisy #F5E456

Tints of Paris Daisy #F5E456

Color information

#F5E456 (or 0xF5E456) is unknown color: approx Paris Daisy. HEX triplet: F5, E4 and 56. RGB value is (245,228,86). Sum of RGB (Red+Green+Blue) = 245+228+86=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 228 (89.45% from 255 or 40.79% from 559); Blue value is 86 (33.98% from 255 or 15.38% from 559); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E456 is #0A1BA9. Grayscale: #D9D9D9. Windows color (decimal): -662442 or 5694709. OLE color: 5694709.

HSL color Cylindrical-coordinate representation of color #F5E456: hue angle of 53.58º 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 #F5E456 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB24522886-
CMYK00.070.650.04
HSL53.58º88.83%64.9%-
HSV(B)53.58º64.9%96.08%-
XYZ67.0875.5719.86-
YUV216.954.13148.05-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.83%
GREEN value IS 228 (89.45% from 255) = 40.79%
BLUE value IS 86 (33.98% from 255) = 15.38%
R=43.83%
G=40.79%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452288600.070.650.0453.5888.8364.9
HexF5E45607414365941
Octal36534412607101466131101
Binary111101011110010010101100111100000110011011010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E456; }

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

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

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

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

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

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

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

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