#F5E356

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

Shades of Paris Daisy #F5E356

Tints of Paris Daisy #F5E356

Color information

#F5E356 (or 0xF5E356) is unknown color: approx Paris Daisy. HEX triplet: F5, E3 and 56. RGB value is (245,227,86). Sum of RGB (Red+Green+Blue) = 245+227+86=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 86 (33.98% from 255 or 15.41% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E356 is #0A1CA9. Grayscale: #D8D8D8. Windows color (decimal): -662698 or 5694453. OLE color: 5694453.

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

Color convert

RGB24522786-
CMYK00.070.650.04
HSL53.21º88.83%64.9%-
HSV(B)53.21º64.9%96.08%-
XYZ66.875.0219.76-
YUV216.3154.46148.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.91%
GREEN value IS 227 (89.06% from 255) = 40.68%
BLUE value IS 86 (33.98% from 255) = 15.41%
R=43.91%
G=40.68%
B=15.41%

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
Decimal2452278600.070.650.0453.2188.8364.9
HexF5E35607414355941
Octal36534312607101465131101
Binary111101011110001110101100111100000110011010110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E356; }

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

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

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

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

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

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

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

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