#FEFF40

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

Shades of Paris Daisy #FEFF40

Tints of Paris Daisy #FEFF40

Color information

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

HSL color Cylindrical-coordinate representation of color #FEFF40: hue angle of 60.31º 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 #FEFF40 is Cyan = 0.00, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB25425564-
CMYK0.0000.750
HSL60.31º100%62.55%-
HSV(B)60.31º74.9%100%-
XYZ77.5692.9618.71-
YUV232.9332.67143.03-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal254255640.0000.75060.3110062.55
HexFEFF40004B03c643f
Octal3763771000011307414477
Binary1111111011111111100000000100101101111001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFF40; }

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

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

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

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

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

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

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

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