#F5E256

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

Shades of Paris Daisy #F5E256

Tints of Paris Daisy #F5E256

Color information

#F5E256 (or 0xF5E256) is unknown color: approx Paris Daisy. HEX triplet: F5, E2 and 56. RGB value is (245,226,86). Sum of RGB (Red+Green+Blue) = 245+226+86=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 86 (33.98% from 255 or 15.44% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E256 is #0A1DA9. Grayscale: #D8D8D8. Windows color (decimal): -662954 or 5694197. OLE color: 5694197.

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

Color convert

RGB24522686-
CMYK00.080.650.04
HSL52.83º88.83%64.9%-
HSV(B)52.83º64.9%96.08%-
XYZ66.5374.4819.67-
YUV215.7254.79148.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.99%
GREEN value IS 226 (88.67% from 255) = 40.57%
BLUE value IS 86 (33.98% from 255) = 15.44%
R=43.99%
G=40.57%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452268600.080.650.0452.8388.8364.9
HexF5E25608414355941
Octal365342126010101465131101
Binary1111010111100010101011001000100000110011010110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E256; }

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

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

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

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

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

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

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

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