#FFFE40

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

Shades of Paris Daisy #FFFE40

Tints of Paris Daisy #FFFE40

Color information

#FFFE40 (or 0xFFFE40) is unknown color: approx Paris Daisy. HEX triplet: FF, FE and 40. RGB value is (255,254,64). Sum of RGB (Red+Green+Blue) = 255+254+64=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 254 (99.61% from 255 or 44.33% from 573); Blue value is 64 (25.39% from 255 or 11.17% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFE40 is #0001BF. Grayscale: #E9E9E9. Windows color (decimal): -448 or 4259583. OLE color: 4259583.

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

Color convert

RGB25525464-
CMYK00.000.750
HSL59.69º100%62.55%-
HSV(B)59.69º74.9%100%-
XYZ77.6192.5118.62-
YUV232.6432.83143.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.50%
GREEN value IS 254 (99.61% from 255) = 44.33%
BLUE value IS 64 (25.39% from 255) = 11.17%
R=44.50%
G=44.33%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552546400.000.75059.6910062.55
HexFFFE40004B03c643f
Octal3773761000011307414477
Binary1111111111111110100000000100101101111001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFE40; }

 p { color: rgb(255,254,64); }

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

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

 a { background-color: rgb(255,254,64); }

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

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

 span { border-color: rgb(255,254,64); }

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