#FEF855

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

Shades of Paris Daisy #FEF855

Tints of Paris Daisy #FEF855

Color information

#FEF855 (or 0xFEF855) is unknown color: approx Paris Daisy. HEX triplet: FE, F8 and 55. RGB value is (254,248,85). Sum of RGB (Red+Green+Blue) = 254+248+85=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 85 (33.59% from 255 or 14.48% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF855 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF855 is #0107AA. Grayscale: #E7E7E7. Windows color (decimal): -67499 or 5634302. OLE color: 5634302.

HSL color Cylindrical-coordinate representation of color #FEF855: hue angle of 57.87º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEF855 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB25424885-
CMYK00.020.670.00
HSL57.87º98.83%66.47%-
HSV(B)57.87º66.54%99.61%-
XYZ76.0888.8621.74-
YUV231.2145.49144.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.27%
GREEN value IS 248 (97.27% from 255) = 42.25%
BLUE value IS 85 (33.59% from 255) = 14.48%
R=43.27%
G=42.25%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542488500.020.670.0057.8798.8366.47
HexFEF855024303a6342
Octal37637012502103072143102
Binary111111101111100010101010101000011011101011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF855; }

 p { color: rgb(254,248,85); }

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

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

 a { background-color: rgb(254,248,85); }

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

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

 span { border-color: rgb(254,248,85); }

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