#F8E556

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

Shades of Paris Daisy #F8E556

Tints of Paris Daisy #F8E556

Color information

#F8E556 (or 0xF8E556) is unknown color: approx Paris Daisy. HEX triplet: F8, E5 and 56. RGB value is (248,229,86). Sum of RGB (Red+Green+Blue) = 248+229+86=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 86 (33.98% from 255 or 15.28% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E556 is #071AA9. Grayscale: #DADADA. Windows color (decimal): -465578 or 5694968. OLE color: 5694968.

HSL color Cylindrical-coordinate representation of color #F8E556: hue angle of 52.96º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F8E556 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB24822986-
CMYK00.080.650.03
HSL52.96º92.05%65.49%-
HSV(B)52.96º65.32%97.25%-
XYZ68.4176.6720-
YUV218.3853.29149.13-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.05%
GREEN value IS 229 (89.84% from 255) = 40.67%
BLUE value IS 86 (33.98% from 255) = 15.28%
R=44.05%
G=40.67%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482298600.080.650.0352.9692.0565.49
HexF8E55608413355c41
Octal370345126010101365134101
Binary111110001110010110101100100010000011111010110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E556; }

 p { color: rgb(248,229,86); }

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

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

 a { background-color: rgb(248,229,86); }

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

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

 span { border-color: rgb(248,229,86); }

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