#FEFF42

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

Shades of Paris Daisy #FEFF42

Tints of Paris Daisy #FEFF42

Color information

#FEFF42 (or 0xFEFF42) is unknown color: approx Paris Daisy. HEX triplet: FE, FF and 42. RGB value is (254,255,66). Sum of RGB (Red+Green+Blue) = 254+255+66=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 66 (26.17% from 255 or 11.48% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFF42 is #0100BD. Grayscale: #E9E9E9. Windows color (decimal): -65726 or 4390910. OLE color: 4390910.

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

Color convert

RGB25425566-
CMYK0.0000.740
HSL60.32º100%62.94%-
HSV(B)60.32º74.12%100%-
XYZ77.6292.9819.01-
YUV233.1633.67142.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.17%
GREEN value IS 255 (100% from 255) = 44.35%
BLUE value IS 66 (26.17% from 255) = 11.48%
R=44.17%
G=44.35%
B=11.48%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal254255660.0000.74060.3210062.94
HexFEFF42004A03c643f
Octal3763771020011207414477
Binary1111111011111111100001000100101001111001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFF42; }

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

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

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

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

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

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

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

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